Skip to content

Bootstrap application template to showcase AWS CDK with python dependencies in a lambda

Notifications You must be signed in to change notification settings

esteban-uo/aws-cdk-python-application-dependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  • cdk
  • python
  • aws-cli

Setup

virtualenv .env && source .env/bin/activate && \
    python -m pip install -r requirements.aws.txt && \
    python -m pip install -r requirements.app1.txt

Deploy

AWS_ACCOUNT_ID=<UPDATE> AWS_DEFAULT_REGION=<UPDATE> npm run deploy

About

Bootstrap application template to showcase AWS CDK with python dependencies in a lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages