Skip to content

guss77/rest-items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-items sample service

Deployment

  1. gem install --user cloudformation-tool
  2. aws --profile cx --region us-east-1 ec2 create-key-pair --key-name rest-items | jq -cr .KeyMaterial > ~/.ssh/rest-items.pem
  3. cftool create -p KeyName=rest-items deployment/ rest-items
  4. cftool servers rest-items

Update deployed stack

  1. Run the create command as during the first deployment
  2. cftool recycle rest-items AutoscaleGroupService

About

Vert.x based HTTP REST CRUD API example

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors