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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%