dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.16k stars 794 forks source link

docs: change to serverless-dynamodb #1745

Closed kyusungpark closed 7 months ago

kyusungpark commented 7 months ago

Description

This PR updates the DynamoDB component in our project, transitioning from serverless-dynamodb-local to serverless-dynamodb. The primary motivation for this change is the lack of maintenance and critical issues with serverless-dynamodb-local, which prevent the local installation of DynamoDB. A significant issue is the change in the URL from which DynamoDB is downloaded, a change not accommodated by serverless-dynamodb-local, rendering it unusable.

Motivation and Context

serverless-dynamodb is a direct fork which is maintained and solves above problem.

Changes

Modified the README file to reference serverless-dynamodb instead of serverless-dynamodb-local

dnalborczyk commented 7 months ago

thank you @kyusungpark !