aws-sam-typescript-layers-example icon indicating copy to clipboard operation
aws-sam-typescript-layers-example copied to clipboard

Native SAM Typescript Projects

Open Knight-H opened this issue 3 years ago • 2 comments

It seems like AWS SAM now supports Typescript in beta. Is this now recommended instead of this template? https://aws.amazon.com/blogs/compute/building-typescript-projects-with-aws-sam-cli/

Knight-H avatar Feb 28 '22 13:02 Knight-H

Wow, looks very interesting!

I haven't been looking closely for SAM CLI lately and will not have time to play with new features in a while, so can't say yet.

Envek avatar Feb 28 '22 17:02 Envek

@Knight-H I tried to adapt their new feature, but it doesn't work for Layers. I got the following error when trying to implement:

'esbuild' runtime is not supported for layers

brian-rdd avatar Apr 06 '22 13:04 brian-rdd