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.
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.
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.