A Pulumi app to deploy simple Crystal Lang server on AWS Fargate container
A Pulumi app to deploy simple Crystal Lang server on AWS Fargate container
$ npm install
$ pulumi config set aws:region <region>
Simply run $ pulumi up
and let Pulumi do the heavy lifting.
It may take up to 15 min for Pulumi to deploy and provision the ECS cluster.
After it’s done, view the endpoint URL and run curl.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)