Skip to content

Commit

Permalink
Merge pull request #15 from FIAP-Tech-Chalenge/adiciona-lambda
Browse files Browse the repository at this point in the history
muda workflow para padrao da action
  • Loading branch information
Perkles authored Apr 17, 2024
2 parents 1ef06d1 + bd904b9 commit ce4cdeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
with:
role-to-assume: arn:aws:iam::175081627259:role/tech-challenge-oicd-githubactions
aws-region: us-east-1
- run: sam build
- run: sam deploy --stack-name tech-challenge-lambda --s3-bucket tech-challenge-lambda
# Build inside Docker containers
- run: sam build --use-container
# Prevent prompts and failure when the stack is unchanged
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset

0 comments on commit ce4cdeb

Please sign in to comment.