Categories
Amazon AlexaAPLask-sdk
Since AlexaLive 2020, we can create APL tempalte by using JSX. Let’s try it. Install We need to install […]
AWSAWS CDK
Today I publish a new npm library for AWS CDK. We can easy to create website using CloudFront / S3 with using […]
AWS
Amazon EventBridge can be customized to transform input parameters using an “input transformer.” The transformer allows the input parameter to be defined the same way as a direct invocation or API Gateway input. To define the input transformer, the AWS CDK can be used with the appropriate code. The input parameter format can be defined as text using RuleTargetInput.fromText instead. The input transformer is useful for obtaining the input parameter the way you want it instead of the default parameter provided by EventBridge.
AWSJavaScript
Sometime we want to get the Lambda execution’s log stream URL on AWS CloudWatch Logs. And we can create […]
JavaScriptNode.jsoclifschematics
Schematics is a one of the famous generator tool. It’s using in Angular / NestJS / and any other big pro […]
AngularIonicJavaScript
Scully is the Static Site Generator for Angular application. And Ionic can use Angular to create an applicatio […]
IonicJavaScript
Every documents and blogs tell us to install Ionic CLI as globaly. But, sometime we want use it as locally. Us […]
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 […]
AngularFrontendJavaScript
When we using SSG to create site, many people are choosing React or Vue, not Angular. But now, we can convert […]