https://github.com/resend/resend-aws-lambda-example
This example shows how to use Resend with AWS Lambda
https://github.com/resend/resend-aws-lambda-example
Last synced: about 1 year ago
JSON representation
This example shows how to use Resend with AWS Lambda
- Host: GitHub
- URL: https://github.com/resend/resend-aws-lambda-example
- Owner: resend
- License: mit
- Created: 2023-06-02T18:20:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T21:22:53.000Z (over 2 years ago)
- Last Synced: 2025-06-09T18:57:00.922Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://resend.com/docs/send-with-aws-lambda
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with AWS Lambda
This example shows how to use Resend with [AWS Lambda](https://aws.amazon.com/lambda).
## Prerequisites
To get the most out of this guide, you’ll need to:
* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)
## Instructions
1. Go to [aws.amazon.com](https://aws.amazon.com) and create a new Lambda function using the Node.js 18.x runtime.
2. Paste the `index.mjs` code into the browser editor.
3. Click on "Deploy" and then "Test" at the top of the screen.
## License
MIT License