About 432,000 results
Open links in new tab
  1. amazon web services - Difference between SAM template and ...

    May 2, 2018 · 87 I'm finding it hard to understand the difference between SAM template and Cloudformation template. I know that SAM template can be used to define Serverless Applications …

  2. What's the difference between AWS SAM (Serverless Application …

    Sep 8, 2018 · The AWS Serverless Application Model (SAM) is an abstraction layer in front of CloudFormation that makes it easy to write serverless applications in AWS. There is support for …

  3. aws cloudformation - AWS SAM: Calling a Lambda Function from an …

    Mar 14, 2025 · In my current project I want to call a long running Lambda function from an API Gateway asynchronously. All resources are defined in a SAM template. I tried to follow the instructions in …

  4. AWS sam build -u gets stuck - Stack Overflow

    Aug 20, 2024 · I opened a bug on the aws-sam-cli GitHub issues board and was told that this may be a bug and that they are working on a fix. This is what they told me: Looks like I was able to reproduce …

  5. aws sam - AWS SAM lambda container: when specifying resolve-image …

    Dec 13, 2022 · From the docs, --resolve-image-repos tells SAM to "Automatically create Amazon ECR repositories to use for packaging and deploying for non-guided deployments". If I try to deploy this, I …

  6. Use AWS SAM to Create AWS Lambda Layer for Python (Serverless ...

    Jul 1, 2022 · 0 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 …

  7. aws sam - how to roll multiple, stand-alone AWS Lambda functions …

    Apr 20, 2021 · What is the process to roll multiple existing local AWS Lambda Functions and 1 Step Function and a REST API Gateway (1 POST, 1 GET) into a single, new AWS SAM application, so …

  8. Error on Auth section in AWS SAM template - Stack Overflow

    May 2, 2019 · Bottomline: The only way you can currently use Authorizer: 'NONE' in SAM when using only DefaultAuthorizer: AWS_IAM is to add any other authorizer to your API. Note: The null value for …

  9. How to pass parameters through to different AWS SAM files

    Sep 14, 2021 · How to pass parameters through to different AWS SAM files Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 4k times

  10. aws sam - Referencing !Ref DynamoDB table name in a AWS …

    Aug 6, 2019 · I am trying to locally test passing the table name of a DynamoDB table as declared in my CloudFormation template file. From all the documentation I have read, I should be able to reference …