LocalStack v0.11.0 Release Notes

Release Date: 2020-04-04 // about 4 years ago
  • Change Log:

    ๐Ÿš€ LocalStack release 0.11.0

    1. New Features

    • โž• add Edge service as central API entry point (may become a breaking change in the future)
    • implement tagging for DynamoDB tables
    • โž• add support for Lambda FunctionEventInvokeConfig

    2. Enhancements

    • allow setting static debug port in LAMBDA_JAVA_OPTS
    • โž• add test to assert EntityAlreadyExistsException when recreating IAM role
    • โž• add tests for deletion/re-creation of CloudFormation resources
    • โž• add missing API Gateway template util functions
    • โž• add test to assert DelaySeconds for Lambda SQS event source
    • โž• add tests for S3 uploads with special content and large file sizes
    • โž• add debug logs for publishing SNS messages
    • โœจ enhance integration tests for Secrets Manager API

    ๐Ÿ›  3. Bug Fixes

    • ๐Ÿ›  fix content-type header for CloudWatch logs responses
    • ๐Ÿ›  fix message attributes in SQS-Lambda integration
    • ๐Ÿ›  fix Lambda deployment for mountCode=true
    • ๐Ÿ›  fix Lambda SQS event source for SendMessageBatch
    • โž• add LastUpdateStatus to Lambda response to fix terraform deployment