troposphere icon indicating copy to clipboard operation
troposphere copied to clipboard

troposphere - Python library to create AWS CloudFormation descriptions

Results 129 troposphere issues
Sort by recently updated
recently updated
newest added

When outputting to YAML or JSON, boolean values should not have quotes around them. An output file will produce E3012 errors when ran through `cfn-lint` because of this. See: https://github.com/awslabs/cfn-python-lint/issues/260...

Needs further work

(Troposphere version 2.5.3) I have a custom resource, and I'd like to set the service token on a conditional for compliance reasons; however, I get an error because `TemplateGenerator` seems...

cfn2py

Dear Team, I am not getting any example or help to create S3 bucket with policy bucket policy that will allow CloudTrail to write files there and two data policies:...

examples

Anyone has an example on how to use or create an SNS subscription with a filter policy?

examples

I'm trying to write swagger in RestApi, How should I write ymal file in a dict ? Is there any example doing this ? ``` class RestApi(AWSObject): resource_type = "AWS::ApiGateway::RestApi"...

examples

Per #1064, add an example for bringing up an EKS cluster.

examples

Hi, Does anyone have an example of CloudTrail Data Event for S3? I have a few buckets I need to enable event selector on for both read and write API...

examples

Hello, I see your nodejs example which I am going to test. But is it possible to have a python example? Maybe I just need to change the code with...

examples

Would be nice to see if Troposphere supports this, in particular the AWS::CloudFormation::Interface functionality in CloudFormation.

examples