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 db30aa8 commit aef5d79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sam-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- main

jobs:
build-deploy:
runs-on: ubuntu-latest
Expand All @@ -22,6 +23,10 @@ jobs:
- name: SAM Build
run: sam build --use-container

# Remove any existing SAM config to prevent conflicts
- name: Remove SAM Config
run: rm -f samconfig.toml

# Deploy the SAM application without guided configuration
- name: SAM Deploy
run: |
Expand Down

0 comments on commit aef5d79

Please sign in to comment.