…With the managed runtime forĀ Go
In this blog post you will learn how to run a Go application to AWS App Runner using the Go platform runtime. You will start with an existing Go application on GitHub and deploy it to AWS App Runner. The application is based on the URL shortener application (with some changes) that persists data in DynamoDB.
What’s covered?
- Prerequisites
- Create a GitHub repo for the URL shortener application
- Create a DynamoDB table to store URL information
- Create an IAM role with DynamoDB specific permissions
- Deploy the application to AWS App Runner
- Verify URL shortener functionality
- Clean up
- Conclusion
AWS App Runner can create and manage services based on two types of service sources:
[Read More]