You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During aws lambda api development, either fronted by api-gateway or ALB, one issue is local development because lambda is a aws managed run time. Tools like SAM can do that but requires docker and not that flexible in terms of watch file change etc. https://github.com/vcfvct/ts-lambda-local-dev
sample use SAM: https://betterprogramming.pub/create-simple-aws-lambda-using-typescript-732c8a4a7a09
sample use with cloudia https://blog.appsignal.com/2022/10/26/aws-lambdas-with-typescript-improve-the-dev-experience.html
https://medium.com/@goradux/aws-cdk-sam-testing-typescript-lambdas-locally-fast-10b44b8e7a29
The text was updated successfully, but these errors were encountered: