✅ Authorization
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | 🚫 (time to contribute: <48h) |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free, self-signup for an AWS account. |
Paid test account | ✅ Not required | Free tier is sufficient for testing. |
Partnership | ✅ Not required | |
App review | ✅ Not required | |
Security audit | ✅ Not required |
Create an AWS account
Create an IAM user
AmazonS3ReadOnlyAccess
for S3 access.Create access keys
Configure your integration in Nango
us-east-1
)Next
Create an AWS account
Create a Cognito User Pool
Configure the App Client
https://api.nango.dev/oauth/callback
.Configure a Domain
Configure OAuth Settings
https://api.nango.dev/oauth/callback
.Obtain Client Credentials
Configure your integration in Nango
https://{your-domain}.auth.{region}.amazoncognito.com/oauth2/authorize
https://{your-domain}.auth.{region}.amazoncognito.com/oauth2/token
{your-domain}
with your Cognito domain prefix and {region}
with your AWS region (e.g., us-east-1
)Next