Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Golang on AWS

cupper
November 23, 2019

Golang on AWS

cupper

November 23, 2019
Tweet

More Decks by cupper

Other Decks in Programming

Transcript

  1. 使用するサービス • Amazon API Gateway • AWS Lambda • Amazon

    S3 (Amazon Simple Storage Service) • AWS CloudFormation • Slack(Web hook)
  2. 今回使用する開発環境 • golang 1.13.4 • VSCode + Remote - Containers

    • Docker, Docker compose • Centos 7 • AWS CLI • SAM(Serverless application model)
  3. API仕様 • Endpoint : /hello/{name} • Query Parameters ◦ key

    ◦ value Example : /hello/gopher?key=price&value=1000