Skip to content

drecom/demo-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.