aws-cfn-resource-bridge icon indicating copy to clipboard operation
aws-cfn-resource-bridge copied to clipboard

ARCHIVED

Results 6 aws-cfn-resource-bridge issues
Sort by recently updated
recently updated
newest added

when trying to build a rpm using 'python setup.py bdist_rpm', we found that the spec file being generated only had the default content for install,prep,postinstall, etc. this caused the files...

we found that the latest aws sqs api does not return an empty Messages[] block when there are no messages in the queue. instead it returns no message body with...

- Add option for importing outside of python class that returns config params, and override CustomResoruce attributes dynamically instead of loading config file. For example, outside of python class is...

For avoid 'chmod +x' for init script after installation from git.

I am attempting to test out the [CF example template](https://github.com/awslabs/aws-cfn-custom-resource-examples/blob/master/examples/mount/example.template) to use some cfn-init and cfn-signal commands to handle mounting and unmounting volumes within cloudformation. I have an rpm command...

cfn-resource-bridge was written a while ago (2013?) and was apparently using botocore 0.66 or maybe 0.77. Well, today we are using botocore 1.50+. As a result, we are hitting deprecation...