We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fd4ac4 + 98b20f3 commit b00b9c8Copy full SHA for b00b9c8
community-examples.json
@@ -546,5 +546,10 @@
546
"name": "Express Application With Lambda",
547
"description": "This example demonstrates how to build an express application for AWS Lambda based on serverless framework.",
548
"githubUrl": "https://github.com/HoseungJang/serverless-lambda-express-example"
549
+ },
550
+ {
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
]
0 commit comments