Amazon API Gateway is an AWS service for easily creating, securing, and managing APIs at scale. It acts as a gateway between applications and backend services, ensuring secure and efficient communication.
Setup Amazon API Gateway for Thingsee Messages
- Setup Amazon API Gateway
- Create API Gateway resource and endpoint that can handle HTTP POST method
- Implement request handler for the gateway https://aws.amazon.com/api-gateway & https://www.serverless.com//
- Authentication implementation, follow Amazon documentation
- Let us know the endpoint and authentication so that we can complete the integration from Thingsee Operations Cloud
- After that, you should start receiving Thingsee Messages to your Lambda function