amazon-ecs-nodejs-microservices
amazon-ecs-nodejs-microservices copied to clipboard
Reference architecture that shows how to take a Node.js application, containerize it, and deploy it as microservices on Amazon Elastic Container Service.
Issue #, if available: https://github.com/awslabs/amazon-ecs-nodejs-microservices/issues/21 *Description of changes:* https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields - `A package.json file must contain “name” and “version” fields.` So, I have updated the package.json files and added the name...
As per the [npm documentation](https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields), a package.json file must contain "name" and "version" fields . But, the "name" and "version" field is missing in all the package.json files in the...
This issue appeared on AWS-CLI v2 `An error occurred (InvalidParameterException) when calling the DescribeServices operation: Cluster must match ^[a-zA-Z0-9\-_]{1,255}$, but was myter-HQW81hf613dA`
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Thank you for the tutorial. I was trying the example in 3-Microservices folder , but I am getting an error when I run CloudFormation template for infrastructure creation. https://github.com/awslabs/amazon-ecs-nodejs-microservices/blob/master/3-microservices/infrastructure/ecs.yml ```...
Hi team, I am following the link below however after i create a service in the ECS and everything seems to be running fine but i cannot access the site...
Im facing this error when I Run copilot app init on my GitBahs; " /amazon-ecs-nodejs-microservices (master) $ copilot app init What would you like to name our application? [? for...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.