-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
aws-location-alpha: support L2 Route Calculator Construct #30681
Closed
1 of 2 tasks
mazyu36 opened this issue
Jun 26, 2024
· 3 comments
· Fixed by #30682 or softwaremill/tapir#4137 · May be fixed by NOUIY/aws-solutions-constructs#128, NOUIY/aws-solutions-constructs#129 or NOUIY/aws-solutions-constructs#130
Closed
1 of 2 tasks
aws-location-alpha: support L2 Route Calculator Construct #30681
mazyu36 opened this issue
Jun 26, 2024
· 3 comments
· Fixed by #30682 or softwaremill/tapir#4137 · May be fixed by NOUIY/aws-solutions-constructs#128, NOUIY/aws-solutions-constructs#129 or NOUIY/aws-solutions-constructs#130
Labels
@aws-cdk/aws-location-alpha
Related to the @aws-cdk/aws-location-alpha package
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p3
Comments
mazyu36
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 26, 2024
This was referenced Jun 26, 2024
khushail
added
effort/small
Small work item – less than a day of effort
p3
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 26, 2024
thanks for requesting this feature @mazyu36. |
ashishdhingra
changed the title
(aws-location-alpha): support L2 Route Calculator Construct
aws-location-alpha: support L2 Route Calculator Construct
Jun 26, 2024
ashishdhingra
added
the
@aws-cdk/aws-location-alpha
Related to the @aws-cdk/aws-location-alpha package
label
Jun 26, 2024
This was referenced Jul 1, 2024
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
xazhao
pushed a commit
to xazhao/aws-cdk
that referenced
this issue
Sep 12, 2024
### Issue # (if applicable) Closes aws#30681 . ### Reason for this change In [aws-location-alpha](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-location-alpha-readme.html), [route calculator](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_location.CfnRouteCalculator.html) has not been supported yet. ### Description of changes Add `RouteCalculator` class. ### Description of how you validated changes Add unit tests and integ tests. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@aws-cdk/aws-location-alpha
Related to the @aws-cdk/aws-location-alpha package
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
In aws-location-alpha, route calculator has not been supported yet.
Adding the RouteCalculator class to the alpha module enables easier usage.
Use Case
To use route calculator.
Proposed Solution
Add
RouteCalculator
class.Other Information
No response
Acknowledgements
CDK version used
2.147.0
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: