aws-samples / aws-cost-explorer-report

Python SAM Lambda module for generating an Excel cost report with graphs, including month on month cost changes. Uses the AWS Cost Explorer API for data.
MIT No Attribution
432 stars 166 forks source link

Remove duplicate Environment and Variables keys #32

Closed ryanycoleman closed 3 years ago

ryanycoleman commented 3 years ago

Prior to this commit, this repos SAM template included duplicate Environment and Variables keys which will cause parse failures for many tools, including Stackery's editor as demonstrated at https://app.stackery.io/editor/design?owner=aws-samples&repo=aws-cost-explorer-report&file=src/sam.yaml

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

davfaulk commented 3 years ago

Fixed thanks :)