pulumi / pulumi-aws-native

AWS Native Provider for Pulumi
Apache License 2.0
95 stars 17 forks source link

Clean up responses of Lambda-backed CloudFormation Custom Resources #1813

Open flostadler opened 2 weeks ago

flostadler commented 2 weeks ago

Hello!

Issue details

Right now the responses of CloudFormation Custom Resources are kept in the bucket and expected to be cleaned up with bucket lifecycle rules or manually.

Enhance the response handling to clean up the responses automatically, including the old versioned objects.

Affected area/feature