Hacker News new | ask | show | jobs
by bigfoot675 2039 days ago
You might find AWS SAM CLI to be useful for packaging your code artifacts. I'm not sure if you've found this yet, but even so, it can be finnicky sometimes.

Particularly, the "sam build --use-container" command might be useful for simulating the Lambda environment

https://docs.aws.amazon.com/serverless-application-model/lat...