Add tutorial 087: API Gateway Lambda Integration#20
Merged
mwunderl merged 4 commits intoaws-samples:mainfrom Oct 6, 2025
Merged
Add tutorial 087: API Gateway Lambda Integration#20mwunderl merged 4 commits intoaws-samples:mainfrom
mwunderl merged 4 commits intoaws-samples:mainfrom
Conversation
added 3 commits
September 5, 2025 05:22
- Add new tutorial for creating REST API with Lambda proxy integration - Include step-by-step tutorial and automated script - Update README.md with new tutorial entry in Application Integration category
Contributor
|
Thanks for working on this! I'll take a look. |
Contributor
|
test notes - |
Contributor
|
I added some security related notes to the README and tutorial. We might want to do another pass on this with the step 2 -4 instructions to fill in some more detail in the tutorial and add error handling to the script. Thanks for your contribution! |
This file contains hidden or 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
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.
This PR adds a new tutorial (087) for creating REST API with Lambda proxy integration using AWS CLI.
Changes
Files Added
tuts/087-apigateway-lambda-integration/README.mdtuts/087-apigateway-lambda-integration/apigateway-lambda-integration.mdtuts/087-apigateway-lambda-integration/apigateway-lambda-integration.shFiles Modified
tuts/README.md- Added tutorial entry to inventory table and Application Integration categoryTest Results
✅ Script executed successfully
✅ Lambda function created and configured
✅ API Gateway REST API created with Lambda proxy integration
✅ All API tests passed (query parameter, header, POST body)
✅ Resources cleaned up automatically
test-execution.log