Moritz Onken

Results 66 comments of Moritz Onken

Correct, the current version doesn't support push. You can still push to the underlying ECR repository. API Gateway supports pass-through IAM credentials so your approach should work. I like the...

regarding terraform, I'd prefer a simple terraform wrapper template that makes use of the CloudFormation provider (https://www.terraform.io/docs/providers/aws/r/cloudformation_stack.html). I'd rather maintain everything in one place instead of trying to keep two...

I looked into the docker spec for pushing images (https://docs.docker.com/registry/spec/api/#pushing-an-image) and the ECR API (https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/ECR.html#uploadLayerPart-property) and it seems like we have to proxy the actual image blob through the API...

Interesting approach! Let me know what you find out!

That's great news! Keep me posted!

I think `Fn::Map` is your best bet for now but I understand the limitations and the overhead of writing these constructs. I'll look into providing something like `Fn::Context` or similar...

Hey, could you give an example of how this would help? I do the following to merge multiple templates: ```yaml Fn::Merge: - tpl1.yml - tpl2.yml ```

Great idea! I'd prefer this to be more generic. Could we instead have a `--enable env` parameter? That way we could also enable all features individually such as `--enable include,env,map`...

You should be able to do this today with referencing a structure in the `Mappings` object. Define your CIDR ranges in a mapping table and then reference that using something...

Might be a fuse issue. Have you tried mounting with `allow_other`?