Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
🚀 Quickstart
Connect to any AWS service with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> AWS Multi-Service.
You (the developer) must configure one Connection Configuration setting when creating the integration:
- AWS Service — the service endpoint prefix for the AWS API you want to connect to (e.g.
s3,athena,inspector2).
Authorize AWS
Go to Connections -> Add Test Connection -> Authorize, then enter an AWS Access Key ID and Secret Access Key. Later, you’ll let your users do the same directly from your app.
Call the AWS API
Let’s make your first request — list Athena workgroups as an example. The target AWS service (e.g. Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
athena) is defined in the connection config when you set up the integration. Replace the placeholders below with your secret key, integration ID, and connection ID:- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own credentials, follow the setup guide linked below.
📚 AWS Multi-Service Integration Guides
Nango-maintained guides for common use cases.- How do I link my account?
Connect your AWS account using the Connect UI