awslabs / llrt

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Apache License 2.0
7.73k stars 342 forks source link

Support for `@aws-sdk/client-cognito-identity-provider` #347

Closed dreamorosi closed 2 months ago

dreamorosi commented 2 months ago

I'd like to request adding the @aws-sdk/client-cognito-identity-provider to the runtime alongside the other existing optimized SDK clients.

For use cases where server-side authentication is required (i.e. custom auth flows) having this optimized client would help a lot.

I am aware that it's possible to bundle JS clients, which is what I'm doing today, however it'd be interesting to have this client as well given the existing optimized Cognito client has limited utility.

richarddavison commented 2 months ago

Sounds great! I'll look into it

richarddavison commented 2 months ago

Landed in: https://github.com/awslabs/llrt/pull/349

dreamorosi commented 2 months ago

Amazing! thank you for adding it so quickly.

Do you know when the next beta release will come out? Looking forward to also get this released #294

richarddd commented 2 months ago

Next week 🙂 This will be the last before ES2023 and minor version bump.