Adam C
Adam C
This fixes an issue with cfn-flip that incorrectly translates JSON for a step function as documented below: https://github.com/awslabs/aws-cfn-template-flip/pull/80
When using StepFunctions, `to_yaml` might mangle the JSON state machine which will cause the following error in CloudFormation: ``` Invalid State Machine Definition: 'SCHEMA_VALIDATION_FAILED: These fields are required: [States, StartAt]...
``` $ cfn-lint --version cfn-lint 0.29.0 ``` When I run `cfn-lint` on the cli, it works fine and respects the `ignore_templates` in `.cfnlintrc. However, if I try to run it...
I'm not too familiar with CloudFoundry, but from what I understand, the change to Diego changed the way WebSockets work and possibly breaking this implementation of Jupyter. More relevant info...
The description [Immutability of Attestations](https://slsa.dev/spec/v1.0/distributing-provenance#immutability-of-attestations )say attestations SHOULD be immutable, but doesn't clarify why it's a SHOULD and not a MUST. [This PR](https://github.com/slsa-framework/slsa/pull/789) suggests because "SLSA-conformant system" is ill-defined. It...
gimme-aws-creds doesn't execute correctly when I install python 3.7.6 32-bit on Windows 10. The installer installs the binary as python instead of python3. So this check ends up failing: https://github.com/Nike-Inc/gimme-aws-creds/blob/master/bin/gimme-aws-creds.cmd#L8...
*cfn-lint version: (`cfn-lint --version`)* cfn-lint 0.16.0 *Description of issue.* Add better linting for s3 bucket policies I have the following template: ``` ReportBucketPolicy: Properties: Bucket: !Ref 'ReportBucket' PolicyDocument: Statement: -...
### Describe your idea/feature/enhancement I'd like to be able to pass multiple resources to `sam build`, e.g.: `sam build layer1 layer2 function1 function2` The main reason I think this would...