David Killmon

Results 4 issues of David Killmon

## What is the problem you're trying to solve? This proposal is to gather community feedback on the idea of adding "scheduled jobs" to the compose-spec. ## What are scheduled...

Proposal 💡

this is just an idea but maybe we can support an 'env logs' command which shows the logs for environment resources like VPC and ALB logs.

type/feature
size/M

Fixing small typo in documentation. `tryAquireLock` returns an empty Optional, not an "absent" Optional. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you...

It looks like the generated hook invocation role includes `resources.cloudformation.amazonaws.com` which is unnecessary. As an example: ```yaml Resources: ExecutionRole: Type: AWS::IAM::Role Properties: MaxSessionDuration: 8400 AssumeRolePolicyDocument: Version: '2012-10-17' Statement: - Effect:...