aws-lambda-web-adapter icon indicating copy to clipboard operation
aws-lambda-web-adapter copied to clipboard

Run web applications on AWS Lambda

Results 21 aws-lambda-web-adapter issues
Sort by recently updated
recently updated
newest added

I have a spring boot application (v2.7.2) which connects to a database using Hikari connection pool. When deployed with aws serverless java container and snapstart, the beforecheckpoint function of the...

enhancement

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies
python

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...

dependencies
javascript

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Hello everyone, We need to run the adapter locally (or in CI) in order to run integration test. Specifically the flow that we want to cover is `apigateway invocation event...

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. Release notes Sourced from werkzeug's releases. 3.0.6 This is the Werkzeug 3.0.6 security fix release, which fixes security issues but does not otherwise change...

dependencies
python

Bumps [starlette](https://github.com/encode/starlette) from 0.36.3 to 0.40.0. Release notes Sourced from starlette's releases. Version 0.40.0 This release fixes a Denial of service (DoS) via multipart/form-data requests. You can view the full...

dependencies
python

Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.7.7. Release notes Sourced from axios's releases. Release v1.7.7 Release notes: Bug Fixes fetch: fix stream handling in Safari by fallback to using a stream...

dependencies
javascript

*Description of changes:* Simplify debug logging for app readiness checks to prevent abusing the logs. Move the original "app is not ready" to the `trace` log level. By submitting this...