Skip to content

Commit

Permalink
feat: minor type-o fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenderov committed Apr 17, 2024
1 parent bbe4f6e commit 611faa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions posts/20240331-lets-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ The answer was instant — [AWS AppRunner](https://aws.amazon.com/apprunner/).
The next morning I logged in to AWS AppRunner, and clicked a few buttons:

- create service
- select an image from private ECR
- select container registry as a repository type
- selected a Hello World image from ECR
- set it to be publicly accessible
- deploy

And... it worked.
Expand All @@ -113,7 +114,7 @@ Thankfully, I know a couple of tricks around DNS.
A couple of clicks more,
and now the App Runner will automatically redeploy my backend application as soon
as a new image version is published to ECR.
All I need to do is to setup GitHub Action to build and publish images to my ERC registry.
All I need to do is to setup GitHub Action to build and publish images to ECR.
Easy.

Once again, no roles, no policies, only profit.
Expand Down

0 comments on commit 611faa1

Please sign in to comment.