Setup Amazon API Gateway for Thingsee Messages
- Setup Amazon API Gateway
- Create API Gateway resource and endpoint that can handle HTTP POST method
- e.g. HTTP POST /thingsee
- 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