Joris Conijn

Results 21 issues of Joris Conijn

I noticed that you don't use CloudFormation will you accept a PR to use CloudFormation to create the resources? I also using the API Gateway and if you accept the...

I tried to run the tests by running: npm test But i noticed that the karma.conf.js and protractor.conf.js are missing i created a new angular project and copied the files...

*Issue #, if available:* #449 *Description of changes:* By specifying a `configuration_file_path` property on the target properties you control the configuration used. This could be useful when you do not...

We want to set the CodeCommit description from the deployment map. And looking at the ADF codebase it is partially implemented already. So I figured that I would complete the...

When using the ServiceCatalog as a deployment provider you vane the ability to supply a `configuration_file_path`. When you use the `generate_params.py` functionality with a single template in the pipeline you...

When you make use of the `param_overrides` functionality and need to pass more than 1 parameter per input the pipeline will fail to deploy. For example: ```yaml pipelines: - name:...

When you store the outputs of a previous deployment in a artefact. And this stack is deployed outside of the deployment account. Only the origin account (The account that deployed...

# Introduction Typically, within your AWS Organization you have some setup to provide DTAP environments for your workloads. However testing the your implementation of the Landing Zone is not so...

We use CDK and in order to deploy my CDK stack I need to do the following: - cdk synth --no-staging -q - sam build -t ./cdk.out/.template.json - mv .aws-sam/build/template.yaml...

*Issue #, if available:* *Description of changes:* We use a prefix in the CodeCommit repo name. So all our stacks are already prefixed with that prefix. For this reason we...