simple AWS Exercise
package | method |
---|---|
go | sudo yum install -y golang |
AWS | github.com/aws/aws-sdk-go/aws |
MUX | github.com/gorilla/mux |
- IAM Role for lambda permision
- Get access keys and export them
- set the bitbucket name in three files or as env(to do).
- make
- serverless deploy
go build && ./rest-api to start the server Test on the AWS Lambda or use pacman to query the api
serverless remove