Last active
August 25, 2019 00:41
-
-
Save anhtv08/4174aec6deaeeaf0d3549f5a788fb851 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resources: | |
ruleEvaluationDev: | |
Type: 'AWS::Serverless::Function' | |
Properties: | |
FunctionName: 'cost-controller-function' | |
Description: 'Integrating lambda with Parameter Store' | |
Handler: 'cost_controller.cost_controller_handlers.lambda_handler' | |
Runtime: 'python3.6' | |
Role: 'arn:aws:iam::<your_account_id_here>:role/service-role/my-rule-evaluation-function' | |
Timeout: 5 | |
Tracing: 'Active' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment