diff --git a/.github/workflows/sam-deploy.yaml b/.github/workflows/sam-deploy.yaml index 56cbf91..37d66d6 100644 --- a/.github/workflows/sam-deploy.yaml +++ b/.github/workflows/sam-deploy.yaml @@ -1,23 +1,3 @@ -# name: Staging CI Workflow - -# on: -# push: -# branches: -# - staging -# jobs: -# staging_ci_deployment: -# runs-on: arc-runner-set-dind -# steps: -# - name: Setup AWS CLI -# uses: aws-actions/configure-aws-credentials@v1 - -# - name: Lambda SAM Deployment -# uses: aws-actions/setup-sam@v1 -# with: -# role-to-assume: arn:aws:iam::736414281642:role/ECRPushGithubActionRole -# aws-region: ap-south-1 -# run: sam deploy --config-env ${{ steps.extract_branch.outputs.branch }} - # - uses: aws-actions/configure-aws-credentials@v1 on: push: branches: diff --git a/samconfig.toml b/samconfig.toml index 8776b90..c8b1d99 100644 --- a/samconfig.toml +++ b/samconfig.toml @@ -14,7 +14,6 @@ parallel = true lint = true [staging.deploy.parameters] -capabilities = "CAPABILITY_IAM" confirm_changeset = false resolve_s3 = true