Skip to content

Commit

Permalink
Updates SDK to v2.443.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 25, 2019
1 parent e6e0003 commit 7e91a1a
Show file tree
Hide file tree
Showing 24 changed files with 1,519 additions and 630 deletions.
22 changes: 22 additions & 0 deletions .changes/2.443.0.json
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DynamoDB",
"description": "This update allows you to tag Amazon DynamoDB tables when you create them. Tags are labels you can attach to AWS resources to make them easier to manage, search, and filter. "
},
{
"type": "feature",
"category": "GameLift",
"description": "This release introduces the new Realtime Servers feature, giving game developers a lightweight yet flexible solution that eliminates the need to build a fully custom game server. The AWS SDK updates provide support for scripts, which are used to configure and customize Realtime Servers."
},
{
"type": "feature",
"category": "Inspector",
"description": "AWS Inspector - Improve the ListFindings API response time and decreases the maximum number of agentIDs from 500 to 99."
},
{
"type": "feature",
"category": "Lambda",
"description": "AWS Lambda now supports the GetLayerVersionByArn API."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.442.0-->
<!--LATEST=2.443.0-->
<!--ENTRYINSERT-->

## 2.443.0
* feature: DynamoDB: This update allows you to tag Amazon DynamoDB tables when you create them. Tags are labels you can attach to AWS resources to make them easier to manage, search, and filter.
* feature: GameLift: This release introduces the new Realtime Servers feature, giving game developers a lightweight yet flexible solution that eliminates the need to build a fully custom game server. The AWS SDK updates provide support for scripts, which are used to configure and customize Realtime Servers.
* feature: Inspector: AWS Inspector - Improve the ListFindings API response time and decreases the maximum number of agentIDs from 500 to 99.
* feature: Lambda: AWS Lambda now supports the GetLayerVersionByArn API.

## 2.442.0
* feature: AlexaForBusiness: This release adds support for the Alexa for Business gateway and gateway group APIs.
* feature: EC2: You can now launch the new Amazon EC2 general purpose burstable instance types T3a that feature AMD EPYC processors.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.442.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.443.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
48 changes: 24 additions & 24 deletions apis/batch-2016-08-10.normal.json

Large diffs are not rendered by default.

0 comments on commit 7e91a1a

Please sign in to comment.