"Poetry is elementary"
This is a simple application that pulls up a random poem from a DynamoDB table.
In later iterations, the app will generate poetry automatically.
This project uses poetry for dependency management. Install dependencies by running:
poetry install
Since the application depends on a DynamoDB table in AWS, you will need to supply the credentials to access it. Create a .env
file in the following format:
AWS_ACCESS_KEY_ID=***
AWS_SECRET_ACCESS_KEY=***
AWS_REGION=***
DYNAMODB_TABLE=***
Insert relevant docs