Skip to content

cwise89/queue-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Environment:

build dev image:

docker build -t fsq .

create dev alias for simplicity:

alias fsq='function fsq_func() { fcli sudo --account $1 --role ${2:-AWSAdministratorAccess} docker run -ti --rm -p 4566:4566 -v $(pwd):$(pwd) -w $(pwd) -e AWS_REGION=us-west-2 -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN fsq bash; }; fsq_func'

use dev alias:

fsq <ACCOUNT_NUMBER> [OPTIONAL: Role to assume in container, will default to AWSAdministratorAccess]

Getting started:

start dev container (see above):

fsq <ACCOUNT_NUMBER> [OPTIONAL: Role to assume in container, will default to AWSAdministratorAccess]

install all dependencies and get the project set up for dev:

  • want to set up all handler directories?

    prepare
    
  • want to just set up specific handlers:

    prepare handler1 handler2
    

create a new handler:

init [npm | gradle]

bootstrap your account for cdk:

bootstrap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published