Erik Günther
Erik Günther
AWS fairly recently added added a new control IAM.21 to AWS Foundational Security Best Practices see: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-fsbp-controls.html#fsbp-iam-21 aws-deployment-framework/src/template.yml When ADF is deployed some of the policies in https://github.com/awslabs/aws-deployment-framework/blob/f60bfaff93fb0d73b46bf7ff332f4c264cd3044d/src/template.yml fail to...
In serverless version above 1.27.3 one can set a custom stackName. ``` provider: stackName: my-custom-name ``` In main serverless they are using this getStackName from this code to fetch the...
When using serverless-cloudformation-parameter-setter with serverless 1.27 I get the following error: `getS3EndpointForRegion is not defined` it do not appear in serverless 1.26 if I try with a project that do...
When changing a parameter value of a cloudformation. serverless don't detect it and therefor do not redeploy the cloudformation. The workaround is to execute serverless deploy with --force.
This look promising. I was just about to add question to the forum about how to organize multiple services any you have the tool :) On thing I don't see...
*Issue #151:* *Description of changes:* As GitHub Actions are in YAML this PR allow the user to use parameter-overrides and tags with naive YAML. By submitting this pull request, I...
Its very confusing to use a mixed format when deploying cloudformations. I do understand that node is JSON and it totally make scens in other places to use JSON but...