Dominik Schubert
Dominik Schubert
Produces diff results that are a bit more readable and (if used with a proper terminal) prettier due to custom coloring. /cc @steffyP
Adds better logging and more heuristics. Still pretty raw though and could use some cleanup :sweat_smile:
Still not fully prod ready. There are some drawbacks to using this approach but I think it's the least intrusive in regards of changes to the old Lambda provider since...
Seems the new CDK version isn't compatible with Node 12 anymore syntaxwise (using ES6 syntax)
Continued implementation for new ASF provider for lambda. The goal of this PR is to make the integration tests in `tests.integration.awslambda` pass for the new provider on CircleCI since this...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Some resources in LocalStack support user-defined configuration parameters. These are typically...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature description Route53 alias A-records are similar to normal CNAME records in the...
When this PR is green the new provider can be assumed to cover the same features as the old one for all community features.
Changes: - [x] Adapter extended to work for Kinesis and DynamoDB Event Source Mappings - [x] SNS => Lambda invoke is now asynchronous (`Event` type) - [x] Fixed physical resource...
When using the new [multi-account feature](https://docs.localstack.cloud/tools/multi-account-setups/) you might experience issues when a LocalStack service performs internal calls to another service. This affects all scenarios where multiple resources are linked together...