Skip to content

Conversation

@jojo786
Copy link
Contributor

@jojo786 jojo786 commented Dec 1, 2025

Issue #, if available:

Description of changes:
This pattern demonstrates how to use an Amazon API Gateway REST API with response streaming to a Python Lambda function.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -0,0 +1,67 @@
# Amazon Gateway REST API to AWS Lambda Python function

This pattern demonstrates how to use an Amazon API Gateway REST API with response streaming to a Python Lambda function.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This pattern demonstrates how to use an Amazon API Gateway REST API with response streaming to a Python Lambda function.
This pattern demonstrates how to use an Amazon API Gateway REST API with response streaming to an AWS Lambda Python function.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed naming convention

"template": {
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-restapi-lambda-python-response-streaming",
"templateURL": "serverless-patterns/apigw-restapi-lambda-python-response-streaming",
"projectFolder": "apigw-restapi-lambda-python-response-streaming",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"projectFolder": "apigw-restapi-lambda-python-response-streaming",
"projectFolder": "apigw-rest-api-lambda-python-response-streaming",

},
"gitHub": {
"template": {
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-restapi-lambda-python-response-streaming",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-restapi-lambda-python-response-streaming",
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-rest-api-lambda-python-response-streaming",

"headline": "How it works",
"text": [
"This pattern demonstrates how to use an Amazon API Gateway REST API with response streaming to a AWS Lambda Python function.",
"To enable response streaming with a Lambda Python function, we use [Lambda Web Adapter](https://aws.amazon.com/blogs/compute/using-response-streaming-with-aws-lambda-web-adapter-to-optimize-performance/) and [Fast API](https://github.com/awslabs/aws-lambda-web-adapter/tree/main/examples/fastapi-response-streaming-zip)."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markdown is not supported in the text field. Add links to the resources section

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed links

@jojo786
Copy link
Contributor Author

jojo786 commented Dec 15, 2025

Done. removed markdown links and include notice of lack of auth on API

Copy link
Contributor

@bfreiberg bfreiberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for your contribution. Your pattern will be merged to Serverlessland soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants