serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

serverless-dynamodb-local examples need updating #773

Open domdomegg opened 9 months ago

domdomegg commented 9 months ago

The examples involving serverless-dynamodb-local are quite out of date. They use an older configuration API which makes it hard for new users to get started. In addition, the package serverless-dynamodb-local no longer works as the hardcoded URL it contains has broken, and it uses an old access key format that isn't compatible with new versions of DynamoDB Local.

We should update the docs to use the newer APIs, and probably the fixed packages.

Also see: