Skip to content

Fix few typos, stale README.md and include clean up code when needed#448

Merged
karanvasnani merged 5 commits intoaws:mainfrom
suniltheta:few_readme_docs_typo_fix
Sep 23, 2021
Merged

Fix few typos, stale README.md and include clean up code when needed#448
karanvasnani merged 5 commits intoaws:mainfrom
suniltheta:few_readme_docs_typo_fix

Conversation

@suniltheta
Copy link
Copy Markdown

Fix few typos, stale README.md and include clean up code when needed

Also fix #421

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

fi
}

describe_create_ecr_registry() {
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will create the registry if it doesn't exist already. Otherwise we would try to upload the file and just fail instead.

```bash
# Your AWS account ID
export AWS_ACCOUNT_ID=999999999999
export AWS_ACCOUNT_ID=<YOUR AWS ACCOUNT ID>
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git didn't let me commit without this change. It thought this was a secret that I am committing. I could have done git commit --no-verify. But anyway.

Target:
VirtualService:
VirtualServiceName: !GetAtt ColorTellerService.VirtualNodeName
VirtualServiceName: !GetAtt ColorTellerService.VirtualServiceName
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This particularly address the #421 issue here.

@karanvasnani karanvasnani self-requested a review September 23, 2021 18:44
@karanvasnani karanvasnani merged commit ae60929 into aws:main Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I'm having trouble with finding reference for this "VirtualNodeName" under ColorTellerService.

2 participants