Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS App Runner #42

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions radar/platforms-and-services/aws-app-runner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "AWS App Runner"
ring: adopt
quadrant: "platforms-and-aoe-services"
tags: [cloud, aws, compute]
---

[AWS App Runner](https://aws.amazon.com/it/apprunner/) is a fully managed service that simplifies the deployment of containerized and serverless applications. It automates the process of building, deploying, and scaling applications, allowing developers to focus on code rather than infrastructure. With App Runner, you can deploy applications from source code or container images with automatic scaling and load balancing. It supports popular programming languages and frameworks, providing a quick and efficient way to launch and manage applications. App Runner integrates seamlessly with other AWS services, making it an easy-to-use platform for building modern, scalable, and resilient applications.

### Repositories using AWS App Runner

* We use AWS App Runner to run the opensource headless cms [strapi](https://strapi.io/) and build contents for the [corportate website](https://www.pagopa.it). [Here](https://github.com/pagopa/new-corporate-site-infrastructure) the repository with the infrastructure.
Loading