- Bug Fix Add '--no-interactive' flag to 'sam init' calls when SAM CLI version is greater than or equal to 0.30.0
- Feature Added docker network option support for invoking sam applications
- Feature Ansi codes are removed from text shown in the Output tab when Locally Invoking Lambda handlers
- Feature Adding support for SAM CLI 0.30.0 features in
sam init
: --app-template and --dependency-manager - Feature Bumped maximum (exclusive) supported SAM CLI version from 0.30.0 to 0.40.0.
- Bug Fix Creating SAM Applications into a different folder than the current VS Code workspaces will now open an application file after app creation (#678)
- Feature Support credential_process (#317)
- Feature Improved the description of the selection item when picking a location for a new SAM Application (#673, #675)
- Feature Added JSON validation for ECS task definition intellisense
- Feature Bumped maximum (exclusive) supported SAM CLI version from 0.23.0 to 0.30.0.
- A toast greets the user upon launching a new version of the toolkit for the first time which provides a link to a quick start page. This quick start page can be re-accessed through the explorer's context menu. (#610-612)
- Local Run/Debug now honors MemorySize values from SAM Template file (#509)
- Local Run/Debug now honors Timeout values from SAM Template file (#510)
- Local Run/Debug now honors the Globals section from SAM Template file
- Fixed issue preventing users from connecting with assumed roles (#620)
- Added ability to report an issue from the AWS Explorer menu (#613)
- Added SAM Application-related commands to the AWS Explorer menu
- Removed support for nodejs6.10 SAM Applications
- Regions that are not in the standard AWS partition have been removed from the UI until proper partition support can be added
- Fixed issue preventing users from connecting with assumed roles (#620)
- Local Run/Debug is now available for .NET Core 2.1 functions within SAM Applications
- Local Run/Debug is now available for Python 2.7, 3.6, and 3.7 functions within SAM Applications
- Local Run/Debug is now available for NodeJS 10.x functions within SAM Applications
- Local Run/Debug of SAM Lambda Functions now outputs to the Output and Debug Console, and reduces timing issues for attaching the debugger
- Removed Lambda view that showed the Lambda Policy
- Removed Lambda view that showed the Lambda Configuration
- Removed unsupported Lambda runtimes from the 'Create New SAM Application' wizard.
- The AWS Explorer menu items no longer appear on other VS Code panel menus
- When creating a new SAM Application, the toolkit now checks for a valid SAM CLI version before prompting the user for inputs
- When deploying a SAM Application, the toolkit now checks for a valid SAM CLI version before prompting the user for inputs
- Telemetry now sends AWS account data
- Minimum SAM CLI version has been bumped to 0.16.0
- Bumped maximum (exclusive) supported SAM CLI version from 0.16.0 to 0.23.0.
- Updated Marketplace page to display information on how to use the Toolkit once installed
- Initial release