Daniel Scott
Daniel Scott
1. Title -> AWS::ElasticSearch::Domain 2. Scope of request -> Support in-place version upgrades. Currently attempting to change the version causes replacement of the cluster. 3. Expected behavior -> Apply an...
For some reason, my changesets are taking a while to complete, which results in stacker failing with: stack: failed (Changeset 'arn:aws:cloudformation:eu-west-1:000000000000:changeSet/change-set-0000000000/dsfjlkdjflafadsfa-kdjfgksjfgds-dsfksjdfgk' did not reach a completed state.) I had a...
We have a multi-account setup and want to upload lambda code to a bucket in a different account where the stack will execute. Is it possible to add the ability...
The 'timeout' function of crhelper.py https://github.com/awslabs/aws-cloudformation-templates/blob/master/community/custom_resources/python_custom_resource_helper/crhelper.py#L91 appears to persist across executions of the lambda. Output from my logs: ``` START RequestId: 3df43426-e759-11e8-aff6-b1e7e3385b5e Version: $LATEST [34aadf4b-279d-4712-8371-41fcfd235262][2018-11-13 15:31:51,929][INFO] Handling event [34aadf4b-279d-4712-8371-41fcfd235262][2018-11-13 15:31:51,929][INFO]...
I'm getting an error when libraries are attempting to log ``` response = self.requests.get(url, auth=self._get_auth()) File "/var/task/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/var/task/requests/api.py", line 60,...
I'm using the URLConfigReader to read from an HTTP data source. I need to set the 'Content-Type' or 'Accept' header to return the data in the correct format. However, I...
If a lookup fails, I only get a generic '400' error from the puppet client, and I have to go and look in the master logs to figure out which...
Fixes #302.
I would like to use a slightly different authentication pattern where each stage uses its own GHA role. The current configuration appears to only support a single role for the...
The line: https://github.com/cdklabs/cdk-pipelines-github/blob/main/src/pipeline.ts#L300 does not seem to work when the stack contains tokens. For example. I create the GitHub OIDC role in an app in my root CDK template, and...