This project consist of the source codes of a CDK application that builds and deploys an URL shortener service in AWS using TypeScript, Lambda, API Gateway and DynamoDB.
- Copy the .env.example file and rename as .env.
- Fill in the environment variables regarding to your own AWS account information.
- Run
npm i
- Run
cdk bootstrap
- Run
cdk deploy