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
  • 30,383
  • 6
  • 47
  • 77
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
  • 30,383
  • 6
  • 47
  • 77
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
  • 7,249
  • 25
  • 68
  • 83
0
votes
0 answers

What's the AppId in the default AWS SAM template (when you create it from the website, not sam init)?

I created a SAM application from the AWS website, which yield something slightly different as sam init and in the template.yml it has this: Parameters: AppId: Type: String When I try to deplay manually with sam deploy --guided it asks for the…
Pablo
  • 7,249
  • 25
  • 68
  • 83