examples icon indicating copy to clipboard operation
examples copied to clipboard

Add idempotent example aws node express

Open Nsupyq opened this issue 3 years ago • 4 comments

As described in issue #661, this PR creates a new example about what is idempotent function and how to create idempotent functions.

Nsupyq avatar Nov 05 '21 19:11 Nsupyq

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.

mnapoli avatar Nov 06 '21 10:11 mnapoli

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?

Nsupyq avatar Nov 08 '21 03:11 Nsupyq

You can add this to the community examples: https://github.com/serverless/examples#community-examples

mnapoli avatar Nov 08 '21 10:11 mnapoli

Thank you. I will propose a new PR.

Nsupyq avatar Nov 11 '21 04:11 Nsupyq