Skip to content

Commit

Permalink
Merge pull request #335 from awslabs/merge-back/1.117.0
Browse files Browse the repository at this point in the history
chore(merge-back): 1.117.0
  • Loading branch information
biffgaut authored Aug 14, 2021
2 parents 5411ab7 + a114191 commit 86267b9
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@

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.117.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.116.0...v1.117.0) (2021-08-14)

### Changed

* Upgraded all patterns to CDK v1.117.0

### Features

* **aws-iot-sqs:** initial implementation ([#267](https://github.com/awslabs/aws-solutions-constructs/issues/267)) ([5411ab7](https://github.com/awslabs/aws-solutions-constructs/commit/5411ab73301f85ff7a5df1e6425996e2c6e8ffb5)), closes [#266](https://github.com/awslabs/aws-solutions-constructs/issues/266)

## [1.116.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.115.0...v1.116.0) (2021-08-12)

### Changed

* Upgraded all patterns to CDK v1.116.0

## [1.115.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.114.0...v1.115.0) (2021-08-11)
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.116.0"
"version": "1.117.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def submit_response(event: dict, context, response_status: str, error_message: s
"Arn",
],
},
"Runtime": "python3.8",
"Runtime": "python3.7",
"Timeout": 300,
},
"Type": "AWS::Lambda::Function",
Expand Down Expand Up @@ -777,7 +777,7 @@ def submit_response(event: dict, context, response_status: str, error_message: s
"Arn",
],
},
"Runtime": "python3.8",
"Runtime": "python3.7",
"Timeout": 300,
},
"Type": "AWS::Lambda::Function",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
"Arn"
]
},
"Runtime": "python3.8",
"Runtime": "python3.7",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
"Arn"
]
},
"Runtime": "python3.8",
"Runtime": "python3.7",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@
"Arn"
]
},
"Runtime": "python3.8",
"Runtime": "python3.7",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
"Arn"
]
},
"Runtime": "python3.8",
"Runtime": "python3.7",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"Arn"
]
},
"Runtime": "python3.8",
"Runtime": "python3.7",
"Timeout": 300
},
"DependsOn": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@
"Arn"
]
},
"Runtime": "python3.8",
"Runtime": "python3.7",
"Timeout": 300
},
"DependsOn": [
Expand Down

0 comments on commit 86267b9

Please sign in to comment.