Skip to content

issues Search Results · repo:awslabs/aws-cfn-template-flip language:Python

Filter by

68 results
 (73 ms)

68 results

inawslabs/aws-cfn-template-flip (press backspace or delete to remove)

Is there a way to control the encoding of the output file? At the moment I get from a UTF-8 encoded json a UTF-16 LE encoded yaml file.
  • jurkov
  • Opened 
    on Jan 19, 2023
  • #119

Use to reuse YAML block is supported in CloudFormation --- AWSTemplateFormatVersion: 2010-09-09 Metadata: page: PAGE_PATH AllowedMethods: [ GET , HEAD ] TargetOriginId: my-origin ...
  • yuyangd
  • 2
  • Opened 
    on Mar 10, 2022
  • #118

This doesn t work: Parameters: Test: Type: String Default: Tab here - - tab here Resources: S3: Type: AWS::Logs::LogGroup This works: Parameters: Test: Type: String Default: ...
  • JoseRolles
  • 3
  • Opened 
    on Jan 14, 2022
  • #117

my build is getting a few failures, I am using python 2.7 .troposphere/lib/python2.7/site-packages/cfn_clean/init.py , line 16, in module from collections.abc import KeysView, ImportError: No module named ...
  • michelle37
  • 1
  • Opened 
    on Oct 7, 2021
  • #112

Example to reproduce, tested with cfn-flip==1.2.3: import cfn_flip json_stm = r { AWSTemplateFormatVersion : 2010-09-09 , Description : An example template for a Step Functions state machine. ...
  • iasoon
  • 4
  • Opened 
    on Aug 12, 2021
  • #110

Hi, I have a yaml template I convert to json and then back to yaml again. Using cfn_flip.to_yaml with clean_up=True results in an invalid CloudFormation template. Full example: import cfn_flip correct_yaml ...
  • emocibob
  • 2
  • Opened 
    on Jul 15, 2021
  • #109

I am trying to add CloudWatch alarms to my Amplify Functions so that I get paged when certain events happen. I was able to find the appropriate CloudFormation config, and applied it manually to the yaml ...
  • paolo573
  • 11
  • Opened 
    on Apr 20, 2021
  • #108

Can the version of click required by cfn-flip be switched to click8? There is a CVE related to the required version of click. Impacted versions: 8.0.0 The package does not properly create temporary ...
  • savagete2860
  • 2
  • Opened 
    on Apr 16, 2021
  • #107

When following the directions from this support page: https://aws.amazon.com/premiumsupport/knowledge-center/cloudformation-fn-sub-function/ and then using cfn-flip -n on the yaml the variables become ...
  • davidadixon
  • 2
  • Opened 
    on Mar 24, 2021
  • #106

When parsing an incorrect yaml, the actual parsing error is not raised, only the previous misleading JSON error is returned instead: Error Traceback (most recent call last): File /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/cfn_flip/__init__.py ...
  • rychoo2
  • 2
  • Opened 
    on Mar 1, 2021
  • #105
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub