Skip to content

Commit

Permalink
Merge branch 'feature/aws-iot-sqs' of github.com:ericquinones/aws-sol…
Browse files Browse the repository at this point in the history
…utions-constructs into feature/aws-iot-sqs
  • Loading branch information
Quinones committed Aug 2, 2021
2 parents aa837fb + 3e3c973 commit f11ed75
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.111.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.110.1...v1.111.0) (2021-07-19)

### Changed

* Upgraded all patterns to CDK v1.111.0
* Reduced default worker nodes from 10 to 2 on aws-kinesisstreams-gluejob to reduce costs for the default installation (may require refreshing test snapshots)
* Added bucketname (to the current bucketname/*) in the bucket policy conditions requiring secure transport for greater control (may require refreshing test snapshots).
* Updated constructs to add cfn_nag rule suppression to metadata rather than replace the metadata section. [228](https://github.com/awslabs/aws-solutions-constructs/issues/228)
* Support IBucket for the existingBucketObj prop in the aws-cloudfront-s3 pattern. [139](https://github.com/awslabs/aws-solutions-constructs/issues/139)

## [1.110.1](https://github.com/awslabs/aws-solutions-constructs/compare/v1.110.0...v1.110.1) (2021-07-01)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion source/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"./patterns/@aws-solutions-constructs/*"
],
"rejectCycles": "true",
"version": "1.110.1"
"version": "1.111.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ Object {
},
"Resource": "*",
},
Object {
"Action": Array [
"kms:Decrypt",
"kms:GenerateDataKey",
],
"Effect": "Allow",
"Principal": Object {
"Service": "sns.amazonaws.com",
},
"Resource": "*",
},
Object {
"Action": Array [
"kms:Decrypt",
Expand Down Expand Up @@ -743,6 +754,17 @@ Object {
},
"Resource": "*",
},
Object {
"Action": Array [
"kms:Decrypt",
"kms:GenerateDataKey",
],
"Effect": "Allow",
"Principal": Object {
"Service": "sns.amazonaws.com",
},
"Resource": "*",
},
Object {
"Action": Array [
"kms:Decrypt",
Expand Down Expand Up @@ -917,6 +939,17 @@ Object {
},
"Resource": "*",
},
Object {
"Action": Array [
"kms:Decrypt",
"kms:GenerateDataKey",
],
"Effect": "Allow",
"Principal": Object {
"Service": "sns.amazonaws.com",
},
"Resource": "*",
},
Object {
"Action": Array [
"kms:Decrypt",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@
},
"Resource": "*"
},
{
"Action": [
"kms:Decrypt",
"kms:GenerateDataKey"
],
"Effect": "Allow",
"Principal": {
"Service": "sns.amazonaws.com"
},
"Resource": "*"
},
{
"Action": [
"kms:Decrypt",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,17 @@
},
"Resource": "*"
},
{
"Action": [
"kms:Decrypt",
"kms:GenerateDataKey"
],
"Effect": "Allow",
"Principal": {
"Service": "sns.amazonaws.com"
},
"Resource": "*"
},
{
"Action": [
"kms:Decrypt",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@
},
"Resource": "*"
},
{
"Action": [
"kms:Decrypt",
"kms:GenerateDataKey"
],
"Effect": "Allow",
"Principal": {
"Service": "sns.amazonaws.com"
},
"Resource": "*"
},
{
"Action": [
"kms:Decrypt",
Expand Down

0 comments on commit f11ed75

Please sign in to comment.