Peter Smith
Peter Smith
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In AWS Step Functions, the "parallel" state type provides the option...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When using CloudFormation or CDK to deploy a Step Functions state...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When invoking a Lambda function, via the AWS SDK, I am...
Could you please indicate that EventStudio is a "Preview" feature. I don't see it mentioned anywhere on https://docs.localstack.cloud/user-guide/tools/event-studio/. Thanks.
When I use set the `DNS_ADDRESS` environment variable, as suggested by this page, I get the following error. ``` Non-prefixed environment variable DNS_ADDRESS is forwarded to the LocalStack container! Please...
This whole tutorial makes the assumption that you're running `awslocal` targeted at `us-east-1`. However, my `.aws/config` points to `ca-west-1` and therefore the application didn't work properly. I had to explicitly...
The docs say: > You should set the LOCALSTACK_AUTH_TOKEN environment variable either before or during the startup of LocalStack using the localstack command-line interface (CLI). But as far as I...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior With the following state machine, the output from get-execution-history is in...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior With the following state machine: ``` { "StartAt": "A", "States": {...
## Motivation Improve support for CloudFormation updates using the `AWS::SQS::Queue` resource provider. The current resource providers do not execute updates correctly. ## Changes * Completed implementation of the `update` handler...