Skip to content

Tags: aws-cloudformation/cloudformation-cli-python-plugin

Tags

v2.1.19-lib-plugin

Toggle v2.1.19-lib-plugin's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for stack and change set level hooks

* Add support to download hook target data for stack-level hooks

Stack level hooks will not be provided with invocation payload information, unlike resource level hooks. Instead, Hooks Service will pass in an S3 presigned URL that points to a file that contains the stack-level invocation payload. The base hook handler (before it reaches the customer's handler code), will use that URL to download the data and set it on the target model that is passed to the customer's handler.

* Add support to download hook target data for stack-level hooks

Stack level hooks will not be provided with invocation payload information, unlike resource level hooks. Instead, Hooks Service will pass in an S3 presigned URL that points to a file that contains the stack-level invocation payload. The base hook handler (before it reaches the customer's handler code), will use that URL to download the data and set it on the target model that is passed to the customer's handler.

* Skip stack level hook for stack if prior stack level change set hook succeeded

For stack level hooks, customers are able to return a new status that allow stack level hooks that execute against a stack to skip with a successful status. The idea is that if a stack hook invoked against a change set succeeds, there is no need to invoke against the stack once the change set is processed.

* testing

* testing

* testing

* testing

* Add new operation status translation

* WIP

* wip

* wip

* wip

* wip

* wip

v2.1.18-plugin

Toggle v2.1.18-plugin's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to 2.1.18 (#273)

v2.1.18-lib

Toggle v2.1.18-lib's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to 2.1.18 (#273)

v2.1.9-plugin

Toggle v2.1.9-plugin's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version to 2.1.18 (#273)

v2.1.17-lib

Toggle v2.1.17-lib's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump python lib version to 2.1.17 (#262)

v2.1.16-plugin

Toggle v2.1.16-plugin's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to 2.1.16 (#257)

v2.1.16-lib

Toggle v2.1.16-lib's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version to 2.1.16 (#257)

v2.1.15-lib-plugin

Toggle v2.1.15-lib-plugin's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version (#244)

v2.1.15-lib

Toggle v2.1.15-lib's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump version (#244)

v2.1.14-lib

Toggle v2.1.14-lib's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert plugin version bump (#226)