Dominik Schubert
Dominik Schubert
@pinzon Rebasing the branch should fix the CI issue
Closing in favor of #6694
> However I didn't verify the tests against AWS. Is there any trick to do so? @merowinger92 To run an integration test against AWS we have an environment variable that...
:+1: Definitely a good idea to build some fail-safes for this. Another cache that has caused issues in the past is `~/.cdk/cache` :thinking:
Hi @guillemsola! Is there a reason you're not using the stepfunctions service in LocalStack?
> Are you saying that it should work, say, with awslocal? @djpentz Yes, we're basically using a slightly adjusted version anyway and if you try to use the stepfunctions-local container...
Initial sample added here: https://github.com/dominikschubert/localstack-cdk-hot-reloading Looking for feedback and maybe suggestions for alternative constructs, function usage, etc. before starting on a proper writeup
Hi @danielpoonwj! First, sorry for the delay here. I'd like to help out now finally getting this over the line, but I will need to make some adjustments to the...
triggered community integration tests against pro manually @ https://github.com/localstack/localstack/actions/runs/7265552739
As @brenogalinari mentioned, this should be fixed by manually setting the credentials in the SDK client. @cam-slyp In your case this should be: ```javascript const kinesis = new AWS.Kinesis({ region:...