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 […]
AWS
$ sudo ls -la /var/lib/cloud/instance/scripts total 12 drwxr-xr-x 2 root root 4096 Feb 6 02:25 . drwxr-xr-x 5 […]
AWSterraform
When you use terraform, you can use aws_key_pair” to import your own keypair into AWS. Example template https: […]