CircleCI-Public / aws-sam-serverless-orb

AWS serverless Orb
https://circleci.com/orbs/registry/orb/circleci/aws-sam-serverless
MIT License
11 stars 25 forks source link

CloudFormation: Review in Progress #34

Closed petrogad closed 3 years ago

petrogad commented 3 years ago

Orb version: circleci/aws-sam-serverless@3.1.0

What happened:

version: 2.1

orbs:
  #orb
  aws-serverless: circleci/aws-sam-serverless@3.1.0

workflows:
  build_and_deploy:
    jobs:
      - aws-serverless/deploy:
          name: deploy-staging
          s3-bucket: bucket
          stack-name: staging-serverless-actions
          template: template.yaml

Executing this created a cloudformation in "REVIEW_IN_PROGRESS" vs pushing it all the way through. Curious if the CF needs to be initially ran locally prior to being run through circleci.

petrogad commented 3 years ago

Learning is hard;

samconfig.toml had confirm_changeset = true. Nothing to see here :)