March 10, 2023[TIL] How to Calculate Cost per Lambda Function?How actual AWS Lambda cost is calculated?#TIL#AWS#Lambda#Cost#Estimation#DevOps#Serverless
February 19, 2023How to reduce Docker image build time on AWS CodeBuild using an external cache How to reduce the Docker build time 50% with 2 line of change code?#Docker#TIL#AWS#CodeBuild#CI/CD
February 10, 2023 [TIL] How to trigger a lambda function only if multiple s3 events are met? How to trigger a lambda function only if multiple s3 events are met#think#AWS#Lambda#TIL
February 5, 2023[TIL] How to query a Lamda function execution information Cloudwatch LogsAWS - How to query Cloudwatch Logs from Lambda function#AWS#Python#Lambda#Cloudwatch#Log