Skip to content

Commit

Permalink
Added AWS SAM files
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelthotti committed Nov 9, 2024
1 parent a866c6c commit db30aa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sam-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-1

# Build the SAM application using a container
# Build the SAM application
- name: SAM Build
run: sam build --use-container

# Deploy the SAM application with --guided to avoid parameter conflicts
- name: SAM Deploy (Guided)
# Deploy the SAM application without guided configuration
- name: SAM Deploy
run: |
sam deploy --guided \
sam deploy \
--no-confirm-changeset \
--no-fail-on-empty-changeset \
--stack-name sam-hello-world \
Expand Down

0 comments on commit db30aa8

Please sign in to comment.