├── .gitignore ├── README.md ├── conf └── config.json ├── handler.js ├── package.json └── serverless.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takahashim/sls-form-mail/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takahashim/sls-form-mail/HEAD/README.md -------------------------------------------------------------------------------- /conf/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takahashim/sls-form-mail/HEAD/conf/config.json -------------------------------------------------------------------------------- /handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takahashim/sls-form-mail/HEAD/handler.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takahashim/sls-form-mail/HEAD/package.json -------------------------------------------------------------------------------- /serverless.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takahashim/sls-form-mail/HEAD/serverless.yml --------------------------------------------------------------------------------