Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCloudWorldAdmin authored Jun 20, 2021
1 parent 10e3b16 commit 3232348
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ phases:
commands:
- echo "Deploying to the Lambda"
- aws lambda update-function-code --function-name hello_world --zip-file fileb://deployment_package.zip
artifacts:
type: zip
paths:
- '*'

0 comments on commit 3232348

Please sign in to comment.