Skip to content
Snippets Groups Projects
Commit 8370120f authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Merge branch 'proxy' into 'main'

Proxy: add on delete

See merge request !219
parents a48beba8 5c813f16
No related branches found
No related tags found
1 merge request!219Proxy: add on delete
Pipeline #432945 passed
......@@ -79,6 +79,7 @@ export function updateProxy(props: UpdateProxyProps): cr.AwsCustomResource {
return new cr.AwsCustomResource(props.scope, `${props.id}SnsReverseProxy`, {
onCreate: sdkCall,
onDelete: sdkCall,
onUpdate: sdkCall,
policy: cr.AwsCustomResourcePolicy.fromSdkCalls({
resources: cr.AwsCustomResourcePolicy.ANY_RESOURCE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment