An open API service indexing awesome lists of open source software.

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

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