AWS SAM and Typescript: building functions and layers #7
Replies: 7 comments 10 replies
-
Fantastic. Just what I needed - thank you! Note that I needed to copy any |
Beta Was this translation helpful? Give feedback.
-
very useful. Could you be so kind and put up a GH repo with this? |
Beta Was this translation helpful? Give feedback.
-
When in lambda trying to import module from layer, gives module not sound error, can you please suggest ? |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for this
|
Beta Was this translation helpful? Give feedback.
-
When you try to copy "commons" folder into "node_modules" there might be a package with the same name, so I would suggest naming "commons" package differently to avoid conflicts. |
Beta Was this translation helpful? Give feedback.
-
Hi, just one question, lets assume i have two files in hello_world functions, instead of only one app.ts. what will be change, based on current code base i believe it will only compile app.ts instead all present. |
Beta Was this translation helpful? Give feedback.
-
Fantastic article. Just a little update I believe currently it is possible to specific a format option for esbuild in SAM AWS. Link to the newest documentation: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-build-typescript.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Comments for the blog post: https://dsalvagni.com/b/aws-sam-and-typescript-building-functions-and-layers/
Beta Was this translation helpful? Give feedback.
All reactions