As described in issue #662 , I find that functions under some examples are not idempotent, including [aws-node-graphql-api-with-dynamodb](https://github.com/serverless/examples/tree/master/aws-node-graphql-api-with-dynamodb), [aws-node-express-dynamodb-api](https://github.com/serverless/examples/tree/master/aws-node-express-dynamodb-api), [aws-node-mongodb-atlas](https://github.com/serverless/examples/tree/master/aws-node-mongodb-atlas), [aws-python-http-api-with-pynamodb](https://github.com/serverless/examples/tree/master/aws-python-http-api-with-pynamodb) and [aws-python-rest-api-with-dynamodb](https://github.com/serverless/examples/tree/master/aws-python-rest-api-with-dynamodb). As suggested in PR #658, I create a new [repository](https://github.com/Nsupyq/idempotent-serverless-functions). As suggested in PR #662, I suggest that the link should be added into README as a link of community example. Thanks!