examples
examples copied to clipboard
Add idempotent example aws node express
As described in issue #661, this PR creates a new example about what is idempotent function and how to create idempotent functions.
Hi, I think the idea mentioned in https://github.com/serverless/examples/pull/658#issuecomment-959815693 is to create your examples on your own repository. This new example is quite specific, I'm not sure if duplicating the existing examples make sense.
Again, examples are to get users started easily. Besides idempotence, there are many many topics that could be covered to make an application production ready. If we had an example for each topic we would have a lot of examples.
Ok, I will create examples on my own repository. How about adding a link of my repository in the README of aws-node-express-dynamodb-api?
You can add this to the community examples: https://github.com/serverless/examples#community-examples
Thank you. I will propose a new PR.