Hacker News new | ask | show | jobs
by scarface74 1344 days ago
I went from not knowing Docker to having a production capable ECS/Fargate microservice spun up within less than a week.

I based it on this CFT

https://github.com/1Strategy/fargate-cloudformation-example/...

And this walk through for C#. I had a similar walkthrough for building a container for a Node service.

https://aws.amazon.com/blogs/compute/hosting-asp-net-core-ap...