The authentication of the API is implemented via AWS_IAM
. When making an API request you will have to authenticate via AWS Signature Version 4. Here is an example of an Authorization header done with AWS Sginature Signature Version 4:
Code Block |
---|
Authorization: AWS4-HMAC-SHA256 Credential=AKIAIOSFODNN7EXAMPLE/20130524/us-east-1/execute-api/aws4_request, SignedHeaders=host;range;x-amz-date, Signature=fe5f80f77d5fa3beca038a248ff027d0445342fe2855ddc963176630326f1024 |
...