This is a simple project showing how to test Lambda functions with different approaches.
- Docker
- AWS CDK CLI
- AWS CLI
- node.js
- Python 3.12
- Poetry
- Clone the repo
git clone https://github.com/amswiatkowski/testing-lambda-functions.git
- Install dependencies
poetry install
- Deploy the project
./deploy.sh
./lint.sh
Fixes indents and checks your code quality./destroy.sh
Triggers cdk destroy./deploy/sh
Deploys stack to the AWS accountpytest -vv ./tests
Run tests
Adam Świątkowski
Copyright © 2023, Adam Świątkowski. Released under the MIT License.