Jacco Kulman

Results 5 issues of Jacco Kulman

I need to select the model based on a value in the parent model. ``` 'State': { 'Type': 'Task', 'Resource': 'TheParentValue', 'Parameters': { 'FieldsDependingOnParentValue': 'HowToDoThat?' } ``` Is that possible?...

question

*Issue #1851* *Description of changes:* - integration test - unit test(s) - added a full role to also support stop and startSync - added action property to event source (can...

pr/external
maintainer/need-response

For making fine graned exceptions: I saw the usage in the [AWS Guard Rules Registry](https://github.com/aws-cloudformation/aws-guard-rules-registry/blob/main/rules/aws/api_gateway/api_gw_endpoint_type_check.guard) They just add a condition to the resource selectors: ```guard # # Select all API...

The parser already has it but the interprter doesn't handle it.

good first issue
Level: Easy

New macs build for arm64 by default and the Lambda defaults to amd64. Making a zip that does not work with the CloudFormation provided. Took me some time to realise...