Giter Club home page Giter Club logo

dynamodb-store's People

Contributors

rafaelrpinto avatar stephankaag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dynamodb-store's Issues

Table already exists

How to skip DynamoDB Table creation if already exists?

It return a error when try to create a table that already exist. What is the proper way to use this tool? Put a hash sufix in the name to avoid conflicts every deploy?

aws-sdk package is included when packaging and sending to aws lambda

I was wondering, if it was possible to put the aws-sdk package in the optionalDependencies...

"optionalDependencies": {
"aws-sdk": "^2.100.0",
},

instead of the

"dependencies": {
"aws-sdk": "^2.100.0",
"express-session": "^1.15.5"
},

When i deploy with Claudia i use
claudia update --no-optional-dependencies....
to avoid sending 30Mo+ in lambda ( and a best practice also recommended by AWS)

But, i don't know, in sub-package, if the --no-optional-dependencies will be apply...
Example:
If i dont use dynamodb-store, its like 5-6-mo in lambda and when i use it, its like 10Mo+ just because it incluse aws-sdk...

Those that dont use --no-optional-dependencies will not be affected by that and those that want it will benefit of this... ( If this feature can be apply on sub-package)

Thanks!
Ps.: I love this tool it work great... ( Api Gateway + lambda + DynamoDB )
Yves Laroche

Move DynamoDB logic to a Repository

We should extract the CRUD DynamoDB methods from DynamoDBStore to a SessionRepository.
This way the store logic will be cleaner and we will be able to reduce the size of its unit test. Currently 500+ lines.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.