Skip to content

Commit 3e8b963

Browse files
authored
Update project README (awslabs#345)
* Implement pass-through events * Update README file * Update e2e test template and the README file * Optimize e2e test job * Update README
1 parent 4df2112 commit 3e8b963

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ The [Express.js](examples/expressjs/app/src/index.js) gives a simple example. Mo
153153

154154
Lambda Web Adapter allows developers to develop web applications locally with familiar tools and debuggers: just run the web app locally and test it. If you want to simulate Lambda Runtime environment locally, you can use AWS SAM CLI. The following command starts a local api gateway endpoint and simulate the Lambda runtime execution environment.
155155

156-
## Non-HTTP Event Triggers
157-
158-
Lambda Web Adapter supports non-http event triggers (such as SQS, EventBridge, and Bedrock Agents, etc.). The adapter will forward the event payload to the web application at the path specified by environment variable `AWS_LWA_PASS_THROUGH_PATH`. The default path is `/events`. The web application can retrieve the event payload from the request body.
159156

160157
```bash
161158
sam local start-api

0 commit comments

Comments
 (0)