pypi localstack 1.1.0
v1.1.0

latest releases: 1.3.2.dev20230104092258, 1.3.2.dev20221219124041, 1.3.1...
20 months ago

Summary

LocalStack v1.1 is here! We have been working hard to iron out kinks with v1, fixing issues, and have added support for several AWS features, including Lambda Function URLs and two new services: Transcribe and Fault Injection Simulator.

AWS features

LocalStack features

  • Pluggable initialization hooks in /etc/localhost/init/<stage>.d which will replace /docker-entrypoint-initaws.d
  • Force DynamoDBLocal in-memory mode with DYNAMODB_IN_MEMORY=1 for improved performance
  • Persistence support for CloudWatch Logs (🌟 Pro)
  • Developer mode for LocalStack extensions (🌟 Pro)
  • Several enhancements and optimizations for persistence and cloud pods (incl. multi-account support, state merge scenarios) (🌟 Pro)

LocalStack changes

  • Upgrade to Moto v4.0 which will enable robust multi-account support in the near future.
  • The Kinesalite Kinesis provider is now deprecated
  • Overall bug fixing efforts: we have closed over 150 issues across all our repos since the release of v1
  • The Node.js runtime inside the LocalStack Docker image has been upgraded from v14 to v18 (to resolve some security vulnerabilities reported by CVE scanners). This may potentially affect nodejs* Lambdas executed with LAMBDA_EXECUTOR=local - please make sure your Lambdas are not using deprecated Node.js APIs.

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.1.0

Don't miss a new localstack release

NewReleases is sending notifications on new releases.