8000 GitHub - edgarrmondragon/correosmx: Serverless delivery status notifications for Correos de México
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edgarrmondragon/correosmx

Repository files navigation

Serveless Tracking Status Notifications

Environment Variables

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)

Installation

Requires installation of npm packages

npm install

Deploy

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

Notes

  • 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

About

Serverless delivery status notifications for Correos de México

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0