A template to start developing AWS lambda on your local machine
Note: If you are unable to get github actions to run, set it up manually from Github (https://github.com/{user}/{repo}/actions)
# Invoke index.handler()
> npm run start
# Invoke index.handler() and watch for changes
> npm run dev