Variable | Description |
---|---|
EMAIL_TO |
Email address to send the info to |
EMAIL_FROM |
Email address to send the info from |
GUIA |
Tracking ID of the package |
SENDGRID_API_KEY |
You can read more here. You can send 100 emails/day with a free account |
PERIODO |
Year (default 2020 ) |
Requires installation of npm packages
npm install
This project uses the Serverless Framework to manage the function and its upstream resources:
serverless deploy
Or if you put your environment variables in a .env
file:
env $(cat .env | xargs) serverless deploy
-
If you are using an AWS named profile, you might need to do the following before deploying:
export AWS_PROFILE=myprofile export AWS_SDK_LOAD_CONFIG=1