Change Log:
LocalStack release 0.12.2
1. New Features
- expose SecretsManager secrets via SSM parameter references
- add proper CORS headers to S3 responses
- add support for custom CI build commands via $CUSTOM_CMD
- allow adding multiple permission statements to Lambda function policy
2. Enhancements
- upgrade base image and local Lambda executor to Java 11
- add carriage return to SQS message payload validation regex
- add support for SQS queue names containing slashes
- add support for resource policies in SecretsManager
- add README instructions for test credentials required for presigned URLs
- use distinct values for missing CloudFormation resource props
- add util function to create API GW Lambda event request context
- add test for S3 precondition check
- add test for Terraform API Gateway resources
- refactor CloudFormation integration tests
3. Bug Fixes
- fix parsing of Content-Disposition header in S3 multipart uploads
- fix Content-Length mismatch issue for HTTP server responses
- fix hypercorn response body on 412 status code
- fix logic for missing authorizerId in API GW authorizers
- handle non-zero ReceiveMessageWaitTimeSeconds for SQS