We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1501dd4 commit a641b21Copy full SHA for a641b21
community-examples.json
@@ -551,5 +551,10 @@
551
"name": "Idempotent Serverless Functions",
552
"description": "This repository demonstrates how to ensure the idempotence of serverless functions running on AWS Lambda.",
553
"githubUrl": "https://github.com/Nsupyq/idempotent-serverless-functions"
554
+ },
555
+ {
556
+ "name": "File uploads using S3 presigned URLs",
557
+ "description": "A Serverless photo upload service with API Gateway, S3 presigned URLs and Lambda.",
558
+ "githubUrl": "https://github.com/marchetti2/aws-node-serverless-upload-presigned-url"
559
}
560
]
0 commit comments