2 posts tagged with aws lambda

How to Migrate a Go API to Serverless (in Under 10 Mins)

I’m going to step you through the process converting an existing Go API to serverless and deploying it to to AWS Lambda & API Gateway with AWS Severless Application Model (SAM) . The whole process should take under 10 minutes. Let’s get started! Set Up Convert Application Code to Serverless Build and Run Locally Package Application for AWS Lambda Deploy with AWS SAM Test…

Deploy your Flask API to any Serverless Cloud Platform using this Simple Pattern

I’m going to demonstrate how to make a Flask app serverless without locking you into any tooling or cloud platforms. It doesn’t require any application code changes or serverless frameworks so you can continue to develop locally like you always have. Ideally you should re-architect your application into small discrete functions to take full advantage of serverless. However, if…

All tags