Ok, previous question about using different lambda versions on different stages here: AWS - lambda versions to different gateway stages?
Now I'm trying to put it all together using AWS SAM cli but still getting an error:
template.yaml
Relevant parts…
I'm trying to use AWS SAM / Serverless application Model to deploy a combination of Python and native libraries to Lambda as a layer, for use from a Python Lambda function. I'd appreciate some help getting the build and deploy working.
My initial…
I'm learning SAM, and when I create a project on my computer, following sam init, I can deploy it and it shows up in AWS. When I create pretty much the same project in AWS, it creates some extra entries in "Infrastructure" section of the Lambda…