Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Rahul Lokurte
Cloud and Serverless Enthusiast
Amazon EventBridge is a serverless event bus service that you can use to connect your applications with data from a variety of sources. Events are central to EventBridge and the events are observable. Event bridge also supports integration with many ...
Ranjana R
Hi, I want to start scheduler from a specific time. How can I add the same in Terraform template?
Thanks
AZ
is there any difference between using
"module lambda"
and
resource "aws_lambda_function"
?
Chin Sam
Cloud/SRE practitioner
Rahul Lokurte, thanks for the post, great job!!!
Wajid Baig
Hi, Great tutorial thanks tons. Just wondering where/how did you provision event bridge?
Thanks, Ahmed
Glad you liked it. Provisioned it through Terraform. We can only create scheduled rules on the default event bus. So, you do not see any event bus creation in terraform script inside the blog. Hope this helps.
Ranjana R
Hi, I want to start scheduler from a specific time. How can I add the same in Terraform template?
Thanks