blockchain-etl / ethereum-export-pipeline

UNMAINTAINED! AWS CloudFormation scripts for Ethereum ETL export pipeline
MIT License
8 stars 5 forks source link

update-attribute #14

Closed moorey777 closed 2 years ago

moorey777 commented 2 years ago

Hi,

The attribute of template object in the code is no longer available.

    template.add_version('2010-09-09') // no longer available
    template.set_version('2010-09-09') // new update

    template.add_description('Ethereum ETL Export CloudFormation Stack') // no longer available
    template.set_description('Ethereum ETL Export CloudFormation Stack')  // new update

image https://github.com/cloudtools/troposphere/blob/1219205f1081093be286ed8d2f52615e336bcea4/CHANGELOG.rst