/aws-cdk-python-application-dependencies

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

Primary LanguagePython

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