Skip to content

Instantly share code, notes, and snippets.

@anhtv08
Last active August 25, 2019 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anhtv08/4174aec6deaeeaf0d3549f5a788fb851 to your computer and use it in GitHub Desktop.
Save anhtv08/4174aec6deaeeaf0d3549f5a788fb851 to your computer and use it in GitHub Desktop.
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