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

Queue name #6727

Open
NathanTarbert opened this issue Jun 17, 2024 · 1 comment
Open

Queue name #6727

NathanTarbert opened this issue Jun 17, 2024 · 1 comment
Labels
✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 🎨 sdk SDK

Comments

@NathanTarbert
Copy link
Contributor

Use Case

Create a queue and give it a globally unique name.

Proposed Solution

new cloud.Queue(name: "a-globally-unique-name-or-it-will-fail-when-trying-to-deploy-on-aws") ;

Implementation Notes

No response

Component

SDK

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Discord.
@NathanTarbert NathanTarbert added ✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl and removed needs-discussion Further discussion is needed prior to impl labels Jun 17, 2024
@staycoolcall911 staycoolcall911 added 🎨 sdk SDK needs-discussion Further discussion is needed prior to impl labels Jun 23, 2024
@hasanaburayyan
Copy link
Collaborator

Queue names dont need to be globally unique in AWS, they must be unique to an account/region combo.

There are also probably the same concerns with this as discussed in: #6725

cc: @Chriscbr @ekeren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl 🎨 sdk SDK
Projects
Status: 🤝 Backlog - handoff to owners
Development

No branches or pull requests

3 participants