Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 465 Bytes

File metadata and controls

9 lines (7 loc) · 465 Bytes

Amazon WebSocket API Gateway authoriser in Rust

This is the accompanying code repository for the blog post Amazon WebSocket API Gateway authoriser in Rust.

It contains the Rust code for a Lambda authoriser compatible with AWS WebSocket API in API Gateway. The infrastructure folder contains the example CDK code to deploy an API Gateway along with two Lambda functions - the authoriser and a dummy handler.