This release adds features to setup and manage LocalStack from within VS Code. Features from initial preview release have been removed.
- feature: Add LocalStack installation and configuration setup wizard
- feature: Add LocalStack status bar indicator
- feature: Add
StartandStopLocalStack commands - breaking change: Remove deploy and invoke Lambda features
- feature: Add CodeLens support for JavaScript and TypeScript Lambda functions
- improvement: Remove requirement to use
samlocalCLI, now usessamCLI directly - fix: Improve SAM template detection, now handling AWS SAM sample applications
- chore: Update all dependencies to latest versions
- Update README with marketplace link
- Add animated GIFs for features
Initial preview release.
- Add feature deploy Lambda to LocalStack
- Add feature invoke Lambda in LocalStack
- Add Python CodeLens for triggering deploy and invoke commands