Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-cloudformation/cloudformation-cli-python-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.9-plugin
Choose a base ref
...
head repository: aws-cloudformation/cloudformation-cli-python-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.19-lib-plugin
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Mar 21, 2025

  1. 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
    brianlaoaws authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    21a6eba View commit details
    Browse the repository at this point in the history
Loading