Skip to content

An iCal parser that takes in the iCal file from your local stadium / arena, and converts it so you get alerted for upcoming traffic

License

Notifications You must be signed in to change notification settings

brgaulin/stadium-events

Repository files navigation

Stadium Events

An iCal parser that takes in the iCal file from your local stadium / arena, and converts it so you get alerted for upcoming traffic

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template

Local Setup

npm install -g aws-cdk typescript
npm install
npm run build

Deployment

cdk deploy

CDK Development Notes

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 ...

About

An iCal parser that takes in the iCal file from your local stadium / arena, and converts it so you get alerted for upcoming traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published