You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the proper way to generate the JSON file for uploading to CloudFormation? It would be nice to document this in the README. For testing I manually import all the modules and then write template.to_json() to a file, but it seems like this should be built in or documented in some way.
The text was updated successfully, but these errors were encountered:
I don't think this is a great solution, but I added some imports to __init__.py and some Circle CI commands to print the JSON, and that seems to suffice:
What's the proper way to generate the JSON file for uploading to CloudFormation? It would be nice to document this in the README. For testing I manually import all the modules and then write
template.to_json()
to a file, but it seems like this should be built in or documented in some way.The text was updated successfully, but these errors were encountered: