Gareth Parker
Gareth Parker
As raised in issue #68, it looks like Umlaut passwords might not work for this library. This needs further looking in to
As brought up in #64, if you try to query another user's calendar like that, instead of returning something that you can loop over to get events, it returns an...
At the moment, to send an email with attachments, it's required to first Create the item unsent, then Create and Attachment for that item, then Send the unsent item. Only...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When I try to deploy a Cloudfront Distribution construct with CDK:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In testing the IAM Enforcement feature of LocalStack Pro I wanted...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `docker-compose.yaml` ```yaml version: "3.5" services: localstack: container_name: "localstack" image: localstack/localstack:latest network_mode:...
When I try to start this application, it manages to load the list of channels and chats I have, but then crashed out with the following stacktrace: ``` Traceback (most...
So, I noticed Kanji Searches in RikaiRebuilt was actually fairly slow. Makes sense, every time it needs to find information for the Kanji it searches the 12,500 line string line...
When deploying my RDS stack I have it put it's hostname into an SSM Parameter to be used by Lambda functions later. This doesn't seem to work when configuring `LOCALSTACK_HOSTNAME`,...
When running localstack with docker, my SQS Queue's are configured so that their URL's are meant to look like: ``` $ awslocal sqs create-queue --queue-name test { "QueueUrl": "http://172.26.0.2:4566/000000000000/test" }...