Marco Dali

Results 11 comments of Marco Dali

what are the steps to persist the data between restarts? EDIT: If you want your tables to start with dummy data instead of empty, follow the next steps: 1. use...

An example with the following tech stack up to date: - node v18.11.18 - uuid v9.0.0 - @middy v4.0.9 - aws-lambda v8.10.109 - serverless v3.26.0 - serverless-dynamodb-local v0.2.40 - serverless-offline...

Have you tried with `import * as awsServerlessExpress from "aws-serverless-express"`

I have a M1 machine and this package work perfect with the option inMemory. I complement this package by using also NoSQL Workbench for data UI visualization.

I'm using Node18 and it's working well

hello Development team! Can you please add this item to your backlog for the next sprint of features requested by the Community?

Yes it is possible to use ES6 modules or even better Typescript. If you want an example with the latest package versions visit this article http://medium.com/@durazno.marcodali/create-a-serverless-backend-for-your-new-project-with-lambda-dynamodb-and-typescript-in-a-couple-57b7a44b9a50

@hugetiny you can find a working example with the latest package versions at http://medium.com/@durazno.marcodali/create-a-serverless-backend-for-your-new-project-with-lambda-dynamodb-and-typescript-in-a-couple-57b7a44b9a50

Is there a command that we can run in the docker container that allow us to increment the number of open file descriptors to 10k lets say for example?? Wouldn't...

Would `import * as Handlebars from "handlebars";` make the trick?