Categories
AWSAWS CDKJavaScriptNode.js
The post is a personal summary of the AWS CDK Example(EC2). Env versions Getting Started Initialize AWS CDK pr […]
What I saw Create a new Stack by AWS CDK Nothing to do several days. Add new resources into the project Failed […]
Amazon Alexa
Sometimes, we want to talk multiple languages content by your Alexa Skill.But if you using Amazon Polly voice, […]
Amazon Alexaask-cli
Have you tried the ASK CLI? ASK CLI helps us to manage your Alexa Skill as a code. But sometime we want to use […]
JavaScriptService worker / Workbox
At last post, I try to getting start Workbox. Today, I'll try to use precache feature by Workbox.Official […]
I've try to use Workbox by Getting started documents. Make base html files At first, we need to make base […]
Amazon AlexaAWS
alexa-conversation is a npm packages to testing Alexa Skill. We can test own skill like following codes. Getti […]
AWSServerless FW
Getting start $ git clone https://github.com/faultline/faultline.git $ cd faultline $ npm install Edit config. […]
WordPress
This is my note for trying to run https://github.com/WordPress/phpunit-test-runner on AMIMOTO as local Prepare […]
AWSCognito User Pool
Code profile = ‘aws-cli-profile’ session = Session(profile_name=profile) cognito = session.client(‘cognito-idp […]