-
Notifications
You must be signed in to change notification settings - Fork 429
RFC: Dynamodb endpoint url for local testing #370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ciao Riccardo!! Definitely on-board with that. There are two things I wanted to do here but might be able to do only next week:
I tagged this to make sure it's done and available in the next minor release ;) Thank you! |
Ciao @heitorlessa!! i build a small PR only for |
Merged 🎉 this will be out in the next release hopefully by next EOW |
hey @rtrive this is now out as part of 1.14.0 release ;) Thanks a lot for contributing it! |
it's a pleasure ;) |
Key information
Summary
Add possibility to use this library in AWS lambda with DynamoDB local that run on docker.
Motivation
When you want to test your lambda locally you could user DynamoDB local to avoid to interact with remote database. Right now the parameter
endpoint_url
is missing on dynamodb provider configuratioProposal
Insert
enpoindt_url
parameter as init config of dynamodb providerIf this feature should be available in other runtimes (e.g. Java, Typescript), how would this look like to ensure consistency?
Drawbacks
Rationale and alternatives
Unresolved questions
The text was updated successfully, but these errors were encountered: