Skip to content

Commit

Permalink
Updates SDK to v2.421.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 13, 2019
1 parent 3aaa2e2 commit f9d4d67
Show file tree
Hide file tree
Showing 15 changed files with 1,330 additions and 252 deletions.
7 changes: 7 additions & 0 deletions .changes/2.421.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "ConfigService",
"description": "Config released Remediation APIs allowing Remediation of Config Rules"
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.420.0-->
<!--LATEST=2.421.0-->
<!--ENTRYINSERT-->

## 2.421.0
* feature: ConfigService: Config released Remediation APIs allowing Remediation of Config Rules

## 2.420.0
* bugfix: ManageUpload: abort request stream when body is smaller than 5MB
* feature: ServerlessApplicationRepository: The AWS Serverless Application Repository now supports associating a ZIP source code archive with versions of an application.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.420.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.421.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down

0 comments on commit f9d4d67

Please sign in to comment.