-
Notifications
You must be signed in to change notification settings - Fork 597
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
Adding Location API #1922
Comments
Looking for this as well. Also because the current default aws-sdk v2 (2.804.0) does not include AWS.Location either. So to start using it in Lambda you either have to bring your own aws-sdk-v2 (which is huge) or implement the api call directly... |
Any updates on this? lambdas default aws-sdk v2 is still 2.804.0... |
This happens as smithy models were last updated on 12/12/2020 in #1774. The updates haven't been regular in the past, as we're internally verifying our setup for models generation. We plan to verify and update regularly in future before switching to daily releases. The client-location is being added in new model update #2258 |
Awesome! Do you know by chance if there is a regular cadence when the aws-sdk (v2) that comes with lambda is updated? (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Is your feature request related to a problem? Please describe.
Currently, the location api is not available in the v3 js sdk
Describe the solution you'd like
I would like to have the new Location api exported in the v3 js sdk
Describe alternatives you've considered
Bundling the entire latest v2 js sdk into a lambda, which I'm trying to avoid.
Additional context
No additional context
The text was updated successfully, but these errors were encountered: