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

Fix serverless-dynamodb examples #774

Open domdomegg opened 9 months ago

domdomegg commented 9 months ago

The examples involving currently 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. Lastly, several of the docs are just wrong in places - e.g. I suspect a copy/paste mistake has resulted in people listing the wrong endpoints for a REST API (API Gateway v1) by copying them from the HTTP API (API Gateway v2) example.

This PR:

domdomegg commented 9 months ago

Fixes #773

domdomegg commented 9 months ago

Requesting review from @medikoo

medikoo commented 9 months ago

@domdomegg thank for pinging. Still I'm no longer with Serverless Inc, and I don't have necessary rights to review and merge any work here. I believe it's @ac360 who's handling the contributions now

domdomegg commented 9 months ago

Ah thanks! @ac360 are you able to review?

domdomegg commented 2 months ago

@eahefnawy Can you review this please?