AWS SAM and Typescript: building functions and layers #7
Replies: 6 comments 8 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.
-
Comments for the blog post: https://dan.salvagni.io/b/aws-sam-and-typescript-building-functions-and-layers/
Beta Was this translation helpful? Give feedback.
All reactions