Home>
Is it possible to change the execution time specified by CloudWatchEvent from Lambda?
Run Lambda from a web application
↓
Add or change events in CloudWatchEvent
-
Answer # 1
Related articles
- aws lambda can't load ruby gems
- aws lambda - using credential with lambda
- error when trying to create a new api gateway with aws lambda
- aws lambda - i would like to ask about ses companies
- aws lambda - [aws/ec2] i want to know the solution of permission denied (publickey, gssapi-keyex, gssapi-with-mic)
- aws lambda - error occurred when building sam
- Python ternary operation and lambda expression instance analysis
Trends
The following URL is an example of S3, but you can also operate CloudWatch Events in the same way.
https://docs.aws.amazon.com/en_us/lambda/latest/dg/accessing-resources.html
Get an existing rule with describe_rule (),
You can update
ScheduleExpression
with put_rule ().