Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ Lambda function accessing Dynamodb using docker-compose.
## S3 local(/s3-local)

Lambda function accessing S3 using [serverless-s3-local](https://github.com/ar90n/serverless-s3-local).

## Api Gateway v1 Lambda Proxy Integration(/lambda-proxy)

Api gateway lambda-proxy integration example. This example also includes how to test API request in local environment.
6 changes: 6 additions & 0 deletions examples/lambda-proxy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.DS_Store
node_modules
target
.serverless
*.log
output.json
Loading