Tag: Set up REST API methods in API Gateway

  • Setting up simple Amazon API Gateway in minutes : (Part 1 of 2)

    Setting up simple Amazon API Gateway in minutes : (Part 1 of 2)

    In this post we will see how we can quickly and easily setup a basic API gateway to publish our data to external systems. So let’s start without further ado: “Setting up simple Amazon API Gateway”: If you need to learn about AWS lambda a bit more in details, please follow the link : https://aws.amazon.com/lambda/…

  • Setting up simple Amazon API Gateway in minutes : (Part 2 of 2)

    Setting up simple Amazon API Gateway in minutes : (Part 2 of 2)

    This is a continuation of the previous part ( link to the post). To know more about the AWS API gateway refer to :https://aws.amazon.com/api-gateway/. As, we finished the database connectivity in lambda function in the previous part, let’s jump right into API gateway to build and connect in this post (Setting up simple Amazon API…