Open1

AWS Development

Takeru TomiiTakeru Tomii

Amazon CDK

  • Tool for Infrastructure as Code
  • Set Authentication info in local console
    • aws configure
  • Init project
    • cdk init
  • Configurate infrastructure inCDK Stack
    • May set lambda function directly
    • May change to output Dockerfile
  • Bootstrap
    • Prepare required and relevant instances like S3 to deploy your resource
    • cdk bootstrap
  • Deploy
    • cdk deploy