Skip to content

Commit

Permalink
Release v1.40.52 (2021-09-29) (#4115)
Browse files Browse the repository at this point in the history
Release v1.40.52 (2021-09-29)
===

### Service Client Updates
* `service/amp`: Updates service API, documentation, waiters, and paginators
* `service/lambda`: Updates service API and documentation
  * Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
* `service/sesv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Sep 29, 2021
1 parent 38b9f5e commit da0a5d8
Show file tree
Hide file tree
Showing 19 changed files with 4,651 additions and 1,031 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.40.52 (2021-09-29)
===

### Service Client Updates
* `service/amp`: Updates service API, documentation, waiters, and paginators
* `service/lambda`: Updates service API and documentation
* Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
* `service/sesv2`: Updates service API and documentation

Release v1.40.51 (2021-09-28)
===

Expand Down
12 changes: 12 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.40.51"
const SDKVersion = "1.40.52"
Loading

0 comments on commit da0a5d8

Please sign in to comment.