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

waitFor service method for ElasticBeanstalk #325

Open
ashishdhingra opened this issue Mar 27, 2024 · 0 comments
Open

waitFor service method for ElasticBeanstalk #325

ashishdhingra opened this issue Mar 27, 2024 · 0 comments
Labels

Comments

@ashishdhingra
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or "me too" comments. They generate extra noise for issue followers and do not help prioritize the request.

Tell us about your request
Customer opened a GitHub issue aws/aws-sdk#18:

It would be great to have waitFor in ElasticBeanstalk service.

My current use case is calling ElasticBeanstalk.createApplicationVersion and when that process finishes I'd like to get notified via callback to make a subsequent call to ElasticBeanstalk.updateEnvironment.

Right now the only approach that I see for this is to poll (calling ElasticBeanstalk.describeApplicationVersions) the status of the application version until it's "Processed" .

Is this request specific to an Elastic Beanstalk platform?
If so, which one(s)?

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Please refer aws/aws-sdk#18

Are you currently working around this issue?
Please refer GitHub issue aws/aws-sdk#18

Additional context
Most likely this is a waiter functionality which needs to be modeled in C2J model.

Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant