Questions tagged [aws-sam]

AWS Serverless Application Model

https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html

4 questions
1
vote
1 answer

How do I use AWS SAM to deploy an AWS API Gateway and AWS Java Lambda including POST caching and disabling logging

How do I deploy a lambda Java function with an API gateway REST interface including caching POST methods using AWS Serverless Application Model?
Tim
  • 31,888
  • 7
  • 52
  • 78
0
votes
0 answers

AWS SAM - cannot create stack with api gateway using stage variable for invoked lambda version

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…
0
votes
1 answer

Use AWS SAM to Create AWS Lambda Layer for Python (Serverless Application Model)

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…
Tim
  • 31,888
  • 7
  • 52
  • 78
0
votes
0 answers

Where are these infrastructure entries coming from in AWS SAM?

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…
Pablo Fernandez
  • 7,438
  • 25
  • 71
  • 83