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 16, 2021
1 parent fbcb175 commit b0e2780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phases:
post_build:
commands:
- echo "Deploying to the Lambda"
- aws lambda update-function-code --function-name hello_world --zip-file fileb://deployment_package.zip
- aws lambda update-function-code --function-name Hello_world --zip-file fileb://deployment_package.zip
artifacts:
type: zip
paths:
Expand Down

0 comments on commit b0e2780

Please sign in to comment.