Skip to content

Commit

Permalink
Merge pull request #105 from capralifecycle/jlj/fix-readme-after-cust…
Browse files Browse the repository at this point in the history
…om-resource

fix: readme invokation information after moving to custom resource in…
  • Loading branch information
jakob-lj authored Oct 18, 2023
2 parents f0537e0 + f41f7c8 commit d3fe2ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ longer have any reference to them.
aws lambda invoke \
--function-name my-deploy-lambda \
--payload '{
"artifactS3Url": "s3://my-bucket/my-release.tgz"
"ResourceProperties": {
"artifactS3Url": "s3://my-bucket/my-release.tgz"
},
"RequestType": "Update"
}' \
/tmp/out.log
```
Expand Down

0 comments on commit d3fe2ea

Please sign in to comment.