An iCal parser that takes in the iCal file from your local stadium / arena, and converts it so you get alerted for upcoming traffic
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testsnpx cdk deploy
deploy this stack to your default AWS account/regionnpx cdk diff
compare deployed stack with current statenpx cdk synth
emits the synthesized CloudFormation template
npm install -g aws-cdk typescript
npm install
npm run build
cdk deploy
NodeJS Lambda Function: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda_nodejs-readme.html
First Time Setup cdk bootstrap ...