Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add ability to specify tags - #254 #328

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

fdobrovolny
Copy link
Contributor

Fixes #254

Description of Issue Fixed
Missing ability to specify custom domain tags.

custom:
  customDomain:
    domainName: foo.example.tld
    tags:
      Owner: myowner
      Environment: myenv
      Department: mydept

Changes proposed in this pull request:

  • Add ability to specify tags

@sonarcloud
Copy link

sonarcloud bot commented Apr 30, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aoskotsky-amplify
Copy link
Member

Thanks for this PR!

Serverless Framework already has config options for stackTags and tags in the provider section https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml/. Would it make sense to change this to read from those values instead of adding new options to the customDomain section?

@fdobrovolny
Copy link
Contributor Author

@aoskotsky-amplify Oh it would probably make sense to do so. Now I'm thinking would correct approach be to use tags on customDomain merged with tags as they are considered service-wide?

@fdobrovolny fdobrovolny changed the title Add ability to specify tags - #254 WIP: Add ability to specify tags - #254 May 7, 2020
@aoskotsky-amplify
Copy link
Member

Yea merging works too or just removing the option to specify the custom domain level tags. I wonder what the use cases are for setting a tag on the domain but not on the service itself

@huksley
Copy link

huksley commented May 29, 2021

Any chance to have option to tag domain available? I tag all created AWS resources.

@wbruno
Copy link

wbruno commented Jun 24, 2021

its is not just the domain, but custom domain name and API Gateway also need to be tagged.
how can I help here?

@rddimon rddimon merged commit ce9e8c6 into amplify-education:master Jan 27, 2022
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.

Include tags for created domains
5 participants