Skip to content
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

Provide extractors for AWS Lambda context objects #2023

Closed
david-perez opened this issue Nov 23, 2022 · 0 comments · Fixed by #2038
Closed

Provide extractors for AWS Lambda context objects #2023

david-perez opened this issue Nov 23, 2022 · 0 comments · Fixed by #2038
Assignees
Labels
server Rust server SDK
Milestone

Comments

@david-perez
Copy link
Contributor

david-perez commented Nov 23, 2022

At the very least we should do these two:

  1. aws_lambda_events::apigw::ApiGatewayProxyRequestContext
  2. aws_lambda_events::apigw::ApiGatewayV2httpRequestContext

Update our Lambda example to make use of the extractor and the fields within the context object.

These should be done after #2024, to put these extractors behind the feature flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Rust server SDK
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants