| Key | Value |
|---|---|
| Services | Lambda |
| Integrations | AWS CLI, Terraform |
| Categories | Serverless; Developer Experience |
A collection of samples demonstrating LocalStack's Lambda hot reloading capability, which enables immediate reflection of code changes without redeployment. Hot reloading significantly accelerates development cycles by watching local file changes and automatically updating Lambda function code.
| Sample | Description |
|---|---|
| javascript | Hot reloading with a JavaScript Lambda function |
| typescript | Hot reloading with a TypeScript Lambda function |
| javascript-terraform | Hot reloading deployed via Terraform |
| javascript-terraform-layers | Hot reloading with Lambda layers via Terraform |
| lambda-typescript-webpack | TypeScript Lambda with Webpack bundling |
- A valid LocalStack for AWS license. Your license provides a
LOCALSTACK_AUTH_TOKENto activate LocalStack. - Docker
localstackCLIawslocalCLI- Node.js with
npm
make checkmake installexport LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make startmake deploymake runRefer to the individual sub-sample READMEs for more details on each variant.
This code is available under the Apache 2.0 license.