Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 976 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 976 Bytes

i18n

日本語版はこちらになります

Who Am I ?

A toolbox work with drecom/terraform-onboarding

Getting Started

See drecom/terraform-onboarding's README.md for more information.

$ git clone git@github.com:drecom/demo-box.git
$ cd demo-box
# Setting your AWS configure first
$ aws configure --profile terraform-onboarding
$ export AWS_DEFAULT_PROFILE=terraform-onboarding

Upload lambda function

Run this before you apply workspace system

cd lambda

You can use the shell script to upload lambda function to s3 bucket.
See lambda README for more details.

Sample-app

Read sample-app's README.md before you apply workspace production

cd sample-app

You can use these example applications to quickly try out.
See sample-app README for more details.