Forum Discussion

aditya_g's avatar
aditya_g
Occasional Visitor
3 years ago

How to add AWS authentication to my OPEN API SPEC

I am documenting an existing API with OpenAPI. The API uses AWS authentication.  I have been testing the API using postman, where I add Aws access key and Signature in the Auth section of Postman. Bu...