Skip to content

Instantly share code, notes, and snippets.

@muhx
Created January 22, 2019 05:38
Show Gist options
  • Save muhx/4c3b17f24047f1aa884ded2fd4fa9329 to your computer and use it in GitHub Desktop.
Save muhx/4c3b17f24047f1aa884ded2fd4fa9329 to your computer and use it in GitHub Desktop.
Update cloudwatch event rate to execute lambda function
#Update cloudwatch event rate to execute lambda function
aws events put-rule --name <rule-name-from-previous-step> --schedule-expression "rate(15 minutes)" --state ENABLED --description "Invoke Pricing Calculator Lambda function every 15 minutes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment