Latest Articles

  • Integrating GOV.UK Tech Docs Sphinx Theme with Sphinx, Docker, and FastAPI

    If you’re looking to create professional and user-friendly documentation for your organization, the GOV.UK Tech Docs Sphinx Theme is a great choice. In this article, we’ll explore how you can integrate the theme with Sphinx, Docker, and FastAPI to streamline the documentation process. Prerequisites Before we begin, make sure you have the following installed on …

  • Running WSGI Applications on AWS Lambda with apig-wsgi

    Running WSGI Applications on AWS Lambda with apig-wsgi Running WSGI applications on AWS Lambda can be a powerful way to leverage serverless computing for your web applications. With the apig-wsgi library, you can easily wrap your WSGI app in an AWS Lambda handler function and deploy it on either API Gateway or an Application Load …