lambda for watching water level & logging it.
Initializes some files.
$ yarn setup
$ yarn install
Testing third party library.
$ yarn start
Uploading to Cloud via aws-cli.
- Fill the blank in
.env
file - Write AWS_ENVIRONMENT, AWS_ROLE_ARN, AWS_FUNCTION_NAME
AWS_ENVIRONMENT=development or production AWS_ROLE_ARN=arn:aws:***************
- Deploy
$ yarn deploy