Ric Lister

Results 28 issues of Ric Lister

Fixes #55 Generic options hash in `output` function allowed the following un-rubyish construct: ``` output :OutputName, Fn::ref(:ResourceName), Description: 'The resource that does stuff', Export: {'Name' => Fn::sub('${AWS::StackName}-OutputName')} ``` This change...

Cloudformation now allows cross-stack imports using. We should add support for `Export` in the `output` function, and `Fn::ImportValue`.

Opening this for reference until I have time to dig deeper. May be related to use of `method_missing`. I updated `docile` in bundle from 1.2.0 to 1.3.0, now all cfer...

**Describe the bug** Controller needs extra IAM permissions, but only when first installed. I am using the documented IAM policy from https://raw.githubusercontent.com/aws-controllers-k8s/lambda-controller/main/config/iam/recommended-inline-policy. For each AWS account and region where I...

kind/support
service/lambda

tail task can miss events: possibly need to check back a few secs in streams for each poll.

See https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudFormation/Client.html#create_stack-instance_method ```on_failure: "DO_NOTHING", # accepts DO_NOTHING, ROLLBACK, DELETE```

`batch_get_builds` method returns link, group and stream for the cloudwatch log for a given build.

``` $ stax foo delete Really delete stack foo? y 2018-12-05 17:57:02 UTC DELETE_IN_PROGRESS AWS::CloudFormation::Stack foo User Initiated Stack [foo] does not exist ``` The `does not exist` is a...

```2018-10-17 19:39:13 UTC UPDATE_COMPLETE AWS::CloudFormation::Stack foo-ci-docker-vpc Export foo-ci-docker-vpc-EcsCluster cannot be deleted as it is in use by foo-ci-docker-events ```

enhancement