Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit e06791e

Browse files
authored
Merge pull request #44 from aws-solutions/feature/v2.1.1
Update to version v2.1.1
2 parents 34aa49d + 2b65c9b commit e06791e

26 files changed

+121
-104
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.1] - 2024-11-27
9+
10+
### Changed
11+
12+
- Updated dependencies to address cross-spawn CVE-2024-21538
13+
814
## [2.1.0] - 2024-06-17
915

1016
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ With the release of v2.1.0, AWS Shield Advanced customers have the option to dep
3737

3838
The default deployment of solution pre-packaged template deploys following infrastructure in your account. The architecture can be grouped into two separate workflows: **Policy manager** and **Compliance report generator**.
3939

40-
<img src="architecture.pdf" width="600" height="350">
40+
<img src="./architecture.png" width="600" height="350">
4141

4242
**Policy Manager**: The component is responsible for CRUD operations on the Firewall Manager security policies.
4343

@@ -47,7 +47,7 @@ The default deployment of solution pre-packaged template deploys following infra
4747

4848
If you are an AWS Shield Advanced subscriber and choose to deploy the `aws-fms-shield-automations` CloudFormation template, the following resources will be automatically created in your deployment account.
4949

50-
<img src="./shield-architecture.png" width="600" height="338">
50+
<img src="shield-automations-architecture.png" width="600" height="338">
5151

5252
**Policy Manager**: Deployed by the Primary solution stack. This component is responsible for CRUD operations on the Firewall Manager security policies.
5353

architecture.png

0 Bytes
Loading

deployment/aws-fms-automations.template

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0134) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.0",
2+
"Description": "(SO0134) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.1",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
@@ -58,7 +58,7 @@
5858
"Solution": {
5959
"SolutionId": "SO0134",
6060
"SolutionName": "automations-for-aws-firewall-manager",
61-
"SolutionVersion": "v2.1.0",
61+
"SolutionVersion": "v2.1.1",
6262
"UserAgentPrefix": "AwsSolution"
6363
}
6464
}
@@ -84,13 +84,13 @@
8484
"S3Bucket": {
8585
"Fn::Sub": "solutions-${AWS::Region}"
8686
},
87-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip"
87+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assetc965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip"
8888
},
8989
"LayerName": "AFM-UtilsLayer"
9090
},
9191
"Metadata": {
9292
"aws:cdk:path": "CommonResourceStack/AFM-UtilsLayer/AFM-UtilsLayer-Layer/Resource",
93-
"aws:asset:path": "asset.645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip",
93+
"aws:asset:path": "asset.c965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip",
9494
"aws:asset:is-bundled": false,
9595
"aws:asset:property": "Content"
9696
}
@@ -136,7 +136,7 @@
136136
"S3Bucket": {
137137
"Fn::Sub": "solutions-${AWS::Region}"
138138
},
139-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset1ed19d411f0511f6e78cdaba0af5e1b28c60664d5ae88424daaba952ad8d2952.zip"
139+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assete7cb5e2dea0686ba3f722f727f4b423ddd2bfac37dabf17c6c04f94a970a9553.zip"
140140
},
141141
"Description": {
142142
"Fn::Join": [
@@ -330,7 +330,7 @@
330330
"S3Bucket": {
331331
"Fn::Sub": "solutions-${AWS::Region}"
332332
},
333-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
333+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
334334
},
335335
"Description": "AWS CDK resource provider framework - onEvent (CommonResourceStack/HelperProvider)",
336336
"Environment": {
@@ -500,7 +500,7 @@
500500
]
501501
}
502502
},
503-
"TemplateURL": "https://solutions-reference.s3.amazonaws.com/automations-for-aws-firewall-manager/v2.1.0/aws-fms-compliance.template"
503+
"TemplateURL": "https://solutions-reference.s3.amazonaws.com/automations-for-aws-firewall-manager/v2.1.1/aws-fms-compliance.template"
504504
},
505505
"UpdateReplacePolicy": "Delete",
506506
"DeletionPolicy": "Delete",
@@ -529,7 +529,7 @@
529529
"Ref": "EmailAddress"
530530
}
531531
},
532-
"TemplateURL": "https://solutions-reference.s3.amazonaws.com/automations-for-aws-firewall-manager/v2.1.0/aws-fms-policy.template"
532+
"TemplateURL": "https://solutions-reference.s3.amazonaws.com/automations-for-aws-firewall-manager/v2.1.1/aws-fms-policy.template"
533533
},
534534
"UpdateReplacePolicy": "Delete",
535535
"DeletionPolicy": "Delete",

deployment/aws-fms-compliance.template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0134-cr) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager compliance reporter resources. Version v2.1.0",
2+
"Description": "(SO0134-cr) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager compliance reporter resources. Version v2.1.1",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
@@ -34,7 +34,7 @@
3434
},
3535
"Solution": {
3636
"SolutionId": "SO0134",
37-
"SolutionVersion": "v2.1.0",
37+
"SolutionVersion": "v2.1.1",
3838
"UserAgentPrefix": "AwsSolution"
3939
},
4040
"Compliance": {
@@ -53,13 +53,13 @@
5353
"S3Bucket": {
5454
"Fn::Sub": "solutions-${AWS::Region}"
5555
},
56-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip"
56+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assetc965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip"
5757
},
5858
"LayerName": "AFM-UtilsLayer"
5959
},
6060
"Metadata": {
6161
"aws:cdk:path": "CommonResourceStack/ComplianceGeneratorStack/AFM-UtilsLayer/AFM-UtilsLayer-Layer/Resource",
62-
"aws:asset:path": "asset.645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip",
62+
"aws:asset:path": "asset.c965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip",
6363
"aws:asset:is-bundled": false,
6464
"aws:asset:property": "Content"
6565
}
@@ -494,7 +494,7 @@
494494
"S3Bucket": {
495495
"Fn::Sub": "solutions-${AWS::Region}"
496496
},
497-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/assetffef4eabe37b41395dd2b67d0a9bc744c8349c98fd5551e6c3c9cfaed7b192ae.zip"
497+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/asset7e132bb3e75b685b9582edb61790c7e0e5f6c82d1e1c6d7d57fad08d0f0f7843.zip"
498498
},
499499
"DeadLetterConfig": {
500500
"TargetArn": {

deployment/aws-fms-demo.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0134D) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager demo resources. Version v2.1.0",
2+
"Description": "(SO0134D) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager demo resources. Version v2.1.1",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Resources": {
55
"testcloudfronts3S3LoggingBucket90D239DD": {

deployment/aws-fms-policy.template

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0134-po) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.0",
2+
"Description": "(SO0134-po) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.1",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
@@ -65,7 +65,7 @@
6565
},
6666
"Solution": {
6767
"SolutionId": "SO0134",
68-
"SolutionVersion": "v2.1.0",
68+
"SolutionVersion": "v2.1.1",
6969
"UserAgentPrefix": "AwsSolution"
7070
},
7171
"PolicyManager": {
@@ -307,13 +307,13 @@
307307
"S3Bucket": {
308308
"Fn::Sub": "solutions-${AWS::Region}"
309309
},
310-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip"
310+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assetc965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip"
311311
},
312312
"LayerName": "AFM-UtilsLayer"
313313
},
314314
"Metadata": {
315315
"aws:cdk:path": "CommonResourceStack/PolicyStack-DefaultPolicy/AFM-UtilsLayer/AFM-UtilsLayer-Layer/Resource",
316-
"aws:asset:path": "asset.645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip",
316+
"aws:asset:path": "asset.c965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip",
317317
"aws:asset:is-bundled": false,
318318
"aws:asset:property": "Content"
319319
}
@@ -760,7 +760,7 @@
760760
{
761761
"Ref": "AWS::Region"
762762
},
763-
"/automations-for-aws-firewall-manager/v2.1.0/policy_manifest.json\",\"Key\":\"policy_manifest.json\"},\"physicalResourceId\":{\"id\":\"1728402214962\"},\"logApiResponseData\":true}"
763+
"/automations-for-aws-firewall-manager/v2.1.1/policy_manifest.json\",\"Key\":\"policy_manifest.json\"},\"physicalResourceId\":{\"id\":\"1732588519861\"},\"logApiResponseData\":true}"
764764
]
765765
]
766766
},
@@ -875,7 +875,7 @@
875875
"S3Bucket": {
876876
"Fn::Sub": "solutions-${AWS::Region}"
877877
},
878-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset97f30e67419a1676a2215492723e5add1aa491caf0cbe2dd878fc4fab0468cd4.zip"
878+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/asset97f30e67419a1676a2215492723e5add1aa491caf0cbe2dd878fc4fab0468cd4.zip"
879879
},
880880
"Handler": "index.handler",
881881
"Role": {
@@ -1070,7 +1070,7 @@
10701070
"S3Bucket": {
10711071
"Fn::Sub": "solutions-${AWS::Region}"
10721072
},
1073-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset1371dd8d359d3577356c5bc1315c52c31fec101b757c893a9406955e7c4a9261.zip"
1073+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assetf91af2212d14e3f9d6376511d6c31f975d421193831cd9fd25e75990590c8cbb.zip"
10741074
},
10751075
"DeadLetterConfig": {
10761076
"TargetArn": {

deployment/aws-fms-prereq.template

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0134N) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.0",
2+
"Description": "(SO0134N) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.1",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
@@ -49,7 +49,7 @@
4949
"Solution": {
5050
"SolutionId": "SO0134N",
5151
"SolutionName": "automations-for-aws-firewall-manager",
52-
"SolutionVersion": "v2.1.0",
52+
"SolutionVersion": "v2.1.1",
5353
"GlobalStackSetName": "FMS-EnableConfig-Global",
5454
"RegionalStackSetName": "FMS-EnableConfig-Regional",
5555
"UserAgentPrefix": "AwsSolution"
@@ -67,13 +67,13 @@
6767
"S3Bucket": {
6868
"Fn::Sub": "solutions-${AWS::Region}"
6969
},
70-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip"
70+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assetc965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip"
7171
},
7272
"LayerName": "AFM-UtilsLayer"
7373
},
7474
"Metadata": {
7575
"aws:cdk:path": "PreReqStack/AFM-UtilsLayer/AFM-UtilsLayer-Layer/Resource",
76-
"aws:asset:path": "asset.645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip",
76+
"aws:asset:path": "asset.c965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip",
7777
"aws:asset:is-bundled": false,
7878
"aws:asset:property": "Content"
7979
}
@@ -119,7 +119,7 @@
119119
"S3Bucket": {
120120
"Fn::Sub": "solutions-${AWS::Region}"
121121
},
122-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset1ed19d411f0511f6e78cdaba0af5e1b28c60664d5ae88424daaba952ad8d2952.zip"
122+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assete7cb5e2dea0686ba3f722f727f4b423ddd2bfac37dabf17c6c04f94a970a9553.zip"
123123
},
124124
"Description": "DO NOT DELETE - FMS helper function",
125125
"Environment": {
@@ -300,7 +300,7 @@
300300
"S3Bucket": {
301301
"Fn::Sub": "solutions-${AWS::Region}"
302302
},
303-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
303+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
304304
},
305305
"Description": "AWS CDK resource provider framework - onEvent (PreReqStack/HelperProvider)",
306306
"Environment": {
@@ -421,7 +421,7 @@
421421
"S3Bucket": {
422422
"Fn::Sub": "solutions-${AWS::Region}"
423423
},
424-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset09d2df55bf165f35846951f6366b22f705edf6cd16bdbab7e3bb57225e8adad6.zip"
424+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/asset0113fbcf7789a7926df4dce02ff886d04d75127836298db2a10c3547f3a38449.zip"
425425
},
426426
"Description": "Function to validate and install pre-requisites for the FMS solution",
427427
"Environment": {
@@ -838,7 +838,7 @@
838838
"S3Bucket": {
839839
"Fn::Sub": "solutions-${AWS::Region}"
840840
},
841-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
841+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
842842
},
843843
"Description": "AWS CDK resource provider framework - onEvent (PreReqStack/PreReqProvider)",
844844
"Environment": {

deployment/aws-fms-proactive-event-response.template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0134P) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.0",
2+
"Description": "(SO0134P) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.1",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
@@ -71,7 +71,7 @@
7171
"Solution": {
7272
"SolutionId": "SO0134P",
7373
"SolutionName": "automations-for-aws-firewall-manager",
74-
"SolutionVersion": "v2.1.0",
74+
"SolutionVersion": "v2.1.1",
7575
"UserAgentPrefix": "AwsSolution"
7676
}
7777
}
@@ -97,13 +97,13 @@
9797
"S3Bucket": {
9898
"Fn::Sub": "solutions-${AWS::Region}"
9999
},
100-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip"
100+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assetc965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip"
101101
},
102102
"LayerName": "AFM-UtilsLayer"
103103
},
104104
"Metadata": {
105105
"aws:cdk:path": "ProactiveEventResponseStack/AFM-UtilsLayer/AFM-UtilsLayer-Layer/Resource",
106-
"aws:asset:path": "asset.645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip",
106+
"aws:asset:path": "asset.c965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip",
107107
"aws:asset:is-bundled": false,
108108
"aws:asset:property": "Content"
109109
}
@@ -149,7 +149,7 @@
149149
"S3Bucket": {
150150
"Fn::Sub": "solutions-${AWS::Region}"
151151
},
152-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset1ed19d411f0511f6e78cdaba0af5e1b28c60664d5ae88424daaba952ad8d2952.zip"
152+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assete7cb5e2dea0686ba3f722f727f4b423ddd2bfac37dabf17c6c04f94a970a9553.zip"
153153
},
154154
"Description": {
155155
"Fn::Join": [
@@ -382,7 +382,7 @@
382382
"S3Bucket": {
383383
"Fn::Sub": "solutions-${AWS::Region}"
384384
},
385-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
385+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
386386
},
387387
"Description": "AWS CDK resource provider framework - onEvent (ProactiveEventResponseStack/HelperProvider)",
388388
"Environment": {

deployment/aws-fms-shield-automations-prereq.template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Description": "(SO0134S) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.0",
2+
"Description": "(SO0134S) - The AWS CloudFormation template for deployment of the automations-for-aws-firewall-manager. Version v2.1.1",
33
"AWSTemplateFormatVersion": "2010-09-09",
44
"Mappings": {
55
"ShieldAutomationsPrereqStackMap": {
@@ -10,7 +10,7 @@
1010
"Solution": {
1111
"SolutionId": "SO0134N",
1212
"SolutionName": "automations-for-aws-firewall-manager",
13-
"SolutionVersion": "v2.1.0",
13+
"SolutionVersion": "v2.1.1",
1414
"UserAgentPrefix": "AwsSolution"
1515
},
1616
"ShieldAutomationsPrereq": {
@@ -34,13 +34,13 @@
3434
"S3Bucket": {
3535
"Fn::Sub": "solutions-${AWS::Region}"
3636
},
37-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip"
37+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assetc965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip"
3838
},
3939
"LayerName": "AFM-UtilsLayer"
4040
},
4141
"Metadata": {
4242
"aws:cdk:path": "ShieldAutomationsPrereqStack/AFM-UtilsLayer/AFM-UtilsLayer-Layer/Resource",
43-
"aws:asset:path": "asset.645e48137124194ac7fe230538be6da8f9f43ec7279262e6125db4628b35f4bf.zip",
43+
"aws:asset:path": "asset.c965a81477226dc8ad191791e3f5719ab4fea400b7f1197de8016f0765c68b4f.zip",
4444
"aws:asset:is-bundled": false,
4545
"aws:asset:property": "Content"
4646
}
@@ -86,7 +86,7 @@
8686
"S3Bucket": {
8787
"Fn::Sub": "solutions-${AWS::Region}"
8888
},
89-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset1ed19d411f0511f6e78cdaba0af5e1b28c60664d5ae88424daaba952ad8d2952.zip"
89+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/assete7cb5e2dea0686ba3f722f727f4b423ddd2bfac37dabf17c6c04f94a970a9553.zip"
9090
},
9191
"Description": {
9292
"Fn::Join": [
@@ -313,7 +313,7 @@
313313
"S3Bucket": {
314314
"Fn::Sub": "solutions-${AWS::Region}"
315315
},
316-
"S3Key": "automations-for-aws-firewall-manager/v2.1.0/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
316+
"S3Key": "automations-for-aws-firewall-manager/v2.1.1/asset3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip"
317317
},
318318
"Description": "AWS CDK resource provider framework - onEvent (ShieldAutomationsPrereqStack/HelperProvider)",
319319
"Environment": {

0 commit comments

Comments
 (0)