Skip to content

Commit

Permalink
Updates SDK to v2.497.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 22, 2019
1 parent ee3abd6 commit ea4d96e
Show file tree
Hide file tree
Showing 14 changed files with 187 additions and 79 deletions.
12 changes: 12 additions & 0 deletions .changes/2.497.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "MQ",
"description": "Adds support for AWS Key Management Service (KMS) to offer server-side encryption. You can now select your own customer managed CMK, or use an AWS managed CMK in your KMS account."
},
{
"type": "feature",
"category": "Shield",
"description": "Adding new VectorType (HTTP_Reflection) and related top contributor types to describe WordPress Pingback DDoS attacks."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.496.0-->
<!--LATEST=2.497.0-->
<!--ENTRYINSERT-->

## 2.497.0
* feature: MQ: Adds support for AWS Key Management Service (KMS) to offer server-side encryption. You can now select your own customer managed CMK, or use an AWS managed CMK in your KMS account.
* feature: Shield: Adding new VectorType (HTTP_Reflection) and related top contributor types to describe WordPress Pingback DDoS attacks.

## 2.496.0
* feature: IoTEvents: Adds support for IoT Events, Lambda, SQS and Kinesis Firehose actions.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.496.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.497.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
Loading

0 comments on commit ea4d96e

Please sign in to comment.