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

Indentation error fix in sam.yaml at Events #40

Closed klapcsik closed 2 years ago

klapcsik commented 2 years ago

This change will fix the following error in the AWS::Serverless::Function lambda function after running sh deploy.sh

Issue:

while parsing a block mapping in "", line 43, column 5: Type: 'AWS::Serverless::Function' ^ (line: 43) expected , but found '' in "", line 66, column 6: Events: ^ (line: 66)

Description of changes:

Adding a space fixes the indentation error

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 2 years ago

Thank you for the PR