- GO
- Serverless
- AWS Account
- npm install -g serverless
- export AWS_ACCESS_KEY_ID=<your_aws_access_key_id>
- export AWS_SECRET_ACCESS_KEY=<your_aws_secret_access_key>
- Open the AWS Console
- Click on your username near the top right and select My Security Credentials
- Click on Users in the sidebar
- Click on your username
- Click on the Security Credentials tab
- Click Create Access Key
- Click Show User Security Credentials
- sls create --template aws-go --path myService
- make build
- execute Url
- check lambda
- check api gateway
- check cloudFormation