console.log(123);const a: string = "123"| const region = process.env["AWS_REGION"] || "us-east-1"; | |
| const instanceType = process.env["INSTANCE_TYPE"] || "c4.large"; | |
| const tenancy = process.env["TENANCY"] || "Shared"; | |
| const operatingSystem = process.env["OPERATING_SYSTEM"] || "Linux"; | |
| const offerType = process.env["OFFER_TYPE"] || "OnDemand"; | |
| // ↑フィルター条件をenvで指定してね | |
| const axios = require("axios"); |
| $ aws s3 sync s3://cfn-staticweb-example/ . |
| // Place your key bindings in this file to overwrite the defaults | |
| [ | |
| { | |
| "key": "ctrl+a", | |
| "command": "cursorHome", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "ctrl+shift+a", | |
| "command": "cursorHomeSelect" |
| $ npm install --save retryx |
| AWSTemplateFormatVersion: "2010-09-09" | |
| Description: "Example template including Cognito Identity Pool and User Pool." | |
| Parameters: | |
| EmailIdentityArn: | |
| Type: String | |
| Resources: | |
| UserPool: | |
| Type: AWS::Cognito::UserPool | |
| Properties: | |
| UserPoolName: |
| 次はうまくやるでしょう: 93 | |
| 次はうまくやるでしょう: 46 | |
| 次はうまくやるでしょう: 34 | |
| 次はうまくやるでしょう: 37 | |
| できました: 96 |
| $ npm install --save switz |
console.log(123);const a: string = "123"Wikipedia を wiki と略すと発狂する系譜の人間なので、こういった点が気になって仕方がないんだ。
| $ yarn run webpack |