Software Alternatives & Reviews

Using Swagger UI in AWS' serverless stack

AWS Lambda AWS CloudFormation Amazon API Gateway
  1. Automatic, event-driven compute service
    Pricing:
    • Open Source
    Few things are as frustrating as working with an API that is not properly documented. That is why we aim to equip our applications with Swagger / OpenAPI documentation. This exposes the url /swagger where a nice documentation for the API is available. At the same time have we been using more and more serverless technologies, which in our situation means AWS Lambda. In order to use an AWS Lambda function as an HTTP API the function needs to be triggered by a route defined in AWS API Gateway. I want to share the setup we use to quickly expose Swagger documentation for our serverless stacks.

    #Cloud Computing #Cloud Hosting #Backend As A Service 243 social mentions

  2. AWS CloudFormation gives developers and systems administrators an easy way to create and manage a...
    Pricing:
    • Open Source
    NB The code examples use NodeJS and Cloudformation as those are the tools we currently use at Coolblue. This trick is not very complex, so it should be easily translated to other languages.

    #Continuous Integration #DevOps Tools #Continuous Deployment 113 social mentions

  3. Create, publish, maintain, monitor, and secure APIs at any scale
    Few things are as frustrating as working with an API that is not properly documented. That is why we aim to equip our applications with Swagger / OpenAPI documentation. This exposes the url /swagger where a nice documentation for the API is available. At the same time have we been using more and more serverless technologies, which in our situation means AWS Lambda. In order to use an AWS Lambda function as an HTTP API the function needs to be triggered by a route defined in AWS API Gateway. I want to share the setup we use to quickly expose Swagger documentation for our serverless stacks.

    #API Tools #APIs #Web Service Automation 94 social mentions

Discuss: Using Swagger UI in AWS' serverless stack

Log in or Post with