AWSAWS CDK
AWS CloudFront Functions is a simple edge computing service. We can deploy our own function to the AWS CDN edg […]
AWSJavaScriptNode.jsTypeScript
AWS Lambda’s log will store in CloudWatch Logs. So we want to log the script data as a JSON format to se […]
Today I publish a new npm library for AWS CDK. We can easy to create website using CloudFront / S3 with using […]
AWS
By default, Amazon EventBridge will wrap the event parameter like this. But sometime we want to get the input […]
AWSJavaScript
Sometime we want to get the Lambda execution’s log stream URL on AWS CloudWatch Logs. And we can create […]
Sometimes, we need to get the following properties. AWS Account ID Stack Notification ARNs Cloudfromation Stac […]
When we create a new Lambda function written in TypeScript, we have to add any third party extension or config […]
AWS CDK is a great tool to define our AWS Infrastructure by code. If we using TypeScript, we can get type supp […]
AWS CDK has not supported the parameter AWS::CloudFormation::Interface. We don’t currently have a plan f […]
AWS CDK can create a new CloudFront distribution, but the definition code is a little bit different to other t […]