-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(@whook/example): add AWS Lambda build #108
Open
nfroidure
wants to merge
3
commits into
main
Choose a base branch
from
feat/aws_lambda_build_example
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
from
March 3, 2021 18:11
c49bbe3
to
9c8902c
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
3 times, most recently
from
June 12, 2021 09:59
633037a
to
0bf5cad
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
from
September 24, 2021 12:30
0bf5cad
to
f35d5ec
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
from
September 25, 2021 12:40
f35d5ec
to
9345816
Compare
nfroidure
changed the title
feat(@whook/example): add AWS build to @whook/example
feat(@whook/example): add AWS build
Sep 26, 2021
nfroidure
changed the title
feat(@whook/example): add AWS build
feat(@whook/example): add AWS Lambda build
Sep 26, 2021
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
3 times, most recently
from
September 28, 2021 09:15
891ca4e
to
fde4e8c
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
4 times, most recently
from
June 22, 2022 19:13
a540fed
to
aa9d7a1
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
2 times, most recently
from
September 2, 2022 10:11
4c1ac77
to
6bf06a6
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
5 times, most recently
from
December 20, 2022 21:38
874c18c
to
5512b55
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
3 times, most recently
from
August 20, 2023 18:54
9c94d2e
to
160a827
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
from
August 20, 2023 19:03
160a827
to
3d07a50
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
2 times, most recently
from
August 21, 2023 06:50
0890daa
to
6a0ee65
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
3 times, most recently
from
October 21, 2023 15:34
c7ae07e
to
28f9dbb
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
6 times, most recently
from
February 29, 2024 17:06
c611722
to
ec4ba40
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
from
July 16, 2024 12:45
ec4ba40
to
1d9be2b
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
from
December 5, 2024 15:45
1d9be2b
to
84f3305
Compare
nfroidure
force-pushed
the
feat/aws_lambda_build_example
branch
from
December 5, 2024 19:59
84f3305
to
1a5d8ca
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Example of AWS Lambda build with:
Each API endpoint is built separately with its own initialization code embedding its dependencies only. What it means is that only your lambdas using the database will actually connect to the database and embed its client library.