Skip to content

Commit 543b434

Browse files
author
aws-toolkit-automation
committed
Release 1.17.0
1 parent bd2397b commit 543b434

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changes/1.17.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2020-12-11",
3+
"version": "1.17.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Automatically add runtime to the autogenerated launch configuration for Image-based Lambdas"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "API Gateway support: debug local SAM resources, list and run remote resources"
12+
}
13+
]
14+
}

.changes/next-release/Bug Fix-e9a8a7f0-4594-472c-8f24-6d6bded09711.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-321e58b7-06cb-45f4-9485-ea83a77f2012.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.17.0 2020-12-11
2+
3+
- **Bug Fix** Automatically add runtime to the autogenerated launch configuration for Image-based Lambdas
4+
- **Feature** API Gateway support: debug local SAM resources, list and run remote resources
5+
16
## 1.16.0 2020-12-01
27

38
- **Bug Fix** Fix showing templates from .aws-sam in Sam Deploy (#1380)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "An extension for working with Amazon Web Services",
5-
"version": "1.17.0-SNAPSHOT",
5+
"version": "1.17.0",
66
"publisher": "amazonwebservices",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)