aws-powertools / powertools-lambda-python

A developer toolkit to implement Serverless best practices and increase developer velocity.
https://docs.powertools.aws.dev/lambda/python/latest/
MIT No Attribution
2.72k stars 377 forks source link

Guidance on Using Powertools with AWS Websocket API Gateway #1165

Open gwlester opened 2 years ago

gwlester commented 2 years ago

Is your feature request related to a problem? Please describe.

Could some guidance on how to use Powertools to implement a Lambda for an AWS Websocket API Gateway route be provided.

Note -- this may require a new API Gateway class.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

heitorlessa commented 2 years ago

hey @gwlester, thanks for creating this feature request. I'm moving this to our roadmap repo so we can consider it later.

At the moment, we mostly have customers using AppSync for real-time applications (web sockets+GraphQL+subscriptions+data conflict resolution etc) so we prioritized that first for the Event Handler. If anyone else reading this later would like support for API Gateway WSS, please react with a 👍

Thank you!