Quantcast
Channel: priyanka – Postman Blog
Viewing all articles
Browse latest Browse all 19

Postman extension available for AWS Gateway APIs now

$
0
0

AWS API Gateway makes creating and maintaining APIs a breeze. With a few clicks in the AWS Management Console, you can create an API that acts as a “front door” for applications to access data, business logic, or functionality from your back-end services. AWS handles everything to accept and process requests that come through.

Now, Postman integrates with AWS API Gateway in conjunction with Swagger. Exporting the Gateway API with the Postman extension, you can test the endpoints and document them easily for internal and external consumption. To authenticate the AWS API calls from within Postman, we support SigV4, which is the AWS authentication. A side benefit is that this works with all AWS services like S3, etc.

Postman_in_AWS

To get started, read the instructions in the AWS documentation here and then import the Swagger file with Postman extensions. If the API Gateway endpoint has sigv4 authentication, then the access key and access token associated with the access needs to be stored as environment variable named {{aws_access_key_id}} and {{aws_secret_access_key}}.

And that’s all you need to know to get started!

The post Postman extension available for AWS Gateway APIs now appeared first on Postman Blog.


Viewing all articles
Browse latest Browse all 19

Trending Articles