1 post tagged with migrate

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…

All tags