AWS launches LocalStack integration in Visual Studio Code (VS Code), enabling developers to easily test and debug serverless applications in their local IDE. With this new integration, developers can use LocalStack to locally emulate and test their serverless applications using familiar VS Code interface without switching between tools or managing complex setup, thus simplifying their local serverless development process.
LocalStack, an AWS Partner Network (APN) partner, enables developers to emulate AWS services such as AWS Lambda, Amazon SQS, Amazon API Gateway, and DynamoDB for local application development and testing. Previously, to use LocalStack to emulate AWS services in VS Code, developers had to manually configure ports, make code changes, and switch context between the IDE and LocalStack interface. Now, with LocalStack integration in VS Code, developers can connect to LocalStack environment from their IDE without manual configuration or code changes. This gives developers access to emulated AWS resources in the IDE, making it easy to build and test serverless applications locally. For example, they can now easily test and debug Lambda functions and their interactions with AWS services in a LocalStack emulated environment from their IDE.
This integration is now available to developers using the AWS Toolkit for VS Code (v3.74.0 or later). There is no additional cost from AWS for using this integration. To get started, follow the guided AWS Walkthrough in VS Code, which automatically installs the LocalStack CLI, guides through LocalStack account setup, and creates a LocalStack profile. Then, switch to LocalStack profile and deploy applications directly to the LocalStack environment. To learn more, visit the AWS News Blog, AWS Toolkit documentation, and the Lambda Developer Guide.
Categories: general:products/aws-lambda,marketing:marchitecture/compute
Source: Amazon Web Services
Latest Posts
- (Updated) Device Management Changes for Microsoft Teams Android Devices (Intune AOSP migration) [MC665936]
- Amazon RDS for Db2 launches support for native database backups
- AWS Incident Detection and Response is now available in the AWS GovCloud (US) Regions
- Amazon DocumentDB (with MongoDB compatibility) now available in 4 new regions across Asia Pacific and Mexico
One of the most tedious aspects of serverless development is the constant back and forth between local testing and cloud deployments. LocalStack’s integration with VS Code looks like it could address that pain point very effectively.