2023-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.
2023-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.
2023-03-08
— by masoudkf
— 4 min read
#aws
#dynamodb
#boto3
#terraform We create a DynamoDB table with Terraform, and perform CRUD operations using the AWS SDK for Python (Boto3).
2023-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.