Skip to content

Commit 5152203

Browse files
Merge master into feature/ui-e2e-tests
2 parents 29f99d5 + 7b161da commit 5152203

7 files changed

+26
-14
lines changed

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.

packages/toolkit/.changes/3.68.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-07-03",
3+
"version": "3.68.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "[StepFunctions]: Cannot call TestState with variables in Workflow Studio"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Lambda to SAM Transformation: AWS Toolkit Explorer now can convert existing Lambda functions into SAM (Serverless Application Model) projects. This conversion creates a project structure that's ready for local development and can be managed using Application Builder"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Lambda Quick Edit: AWS Toolkit Explorer now offers a streamlined editing experience for Lambda functions. Download a function's code with double-click, make local modifications, and easily synchronize changes back to the cloud."
16+
}
17+
]
18+
}

packages/toolkit/.changes/next-release/Bug Fix-3da4aea6-cfe4-40dc-a3d6-8dbd35e120e6.json

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

packages/toolkit/.changes/next-release/Feature-b2f13a50-0474-464c-b503-611edce7c356.json

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

packages/toolkit/.changes/next-release/Feature-fc398d68-b7e1-4f37-8746-867381f402c6.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.68.0 2025-07-03
2+
3+
- **Bug Fix** [StepFunctions]: Cannot call TestState with variables in Workflow Studio
4+
- **Feature** Lambda to SAM Transformation: AWS Toolkit Explorer now can convert existing Lambda functions into SAM (Serverless Application Model) projects. This conversion creates a project structure that's ready for local development and can be managed using Application Builder
5+
- **Feature** Lambda Quick Edit: AWS Toolkit Explorer now offers a streamlined editing experience for Lambda functions. Download a function's code with double-click, make local modifications, and easily synchronize changes back to the cloud.
6+
17
## 3.67.0 2025-06-25
28

39
- **Bug Fix** State Machine deployments can now be initiated directly from Workflow Studio without closing the editor

packages/toolkit/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": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.68.0-g67e4600",
5+
"version": "3.69.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)