Schedule Lambda Functions with AWS EventBridge2023-03-14 — by masoudkf — 2 min read#aws #lambda #eventbridge #terraform There are times when you want to run your Lambda function on a pre-defined schedule: every hour, every day, every Tuesday at 5 PM. AWS EventBridge helps us do that.Read more →
AWS Lambda Function URLs2023-03-12 — by masoudkf — 3 min read#aws #lambda #terraform Function URLs are an easy way to expose your Lambda functions to the public world.Read more →
AWS Lambda with Terraform2023-02-25 — by masoudkf — 13 min read#aws #lambda #terraform #s3 We create a Lambda function with Terraform to run a simple Hello World application.Read more →