Recent Releases of https://github.com/awslabs/aws-lambda-web-adapter
https://github.com/awslabs/aws-lambda-web-adapter - v0.9.1
This release addes support for Datadog's new Lambda extension plus a new Bun server with graphql example.
What's Changed
- docs: update to use v0.9.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/567
- feat: bun server with graphql examples by @sumcoding in https://github.com/awslabs/aws-lambda-web-adapter/pull/584
- feat: add AWSLWAPROXYLAMBDARUNTIME_API to overwrite by @alexgallotta in https://github.com/awslabs/aws-lambda-web-adapter/pull/588
- Upgrade rustsec/audit-check action to v2.0.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/581
- bump version to 0.9.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/591
- Update HttpBingFunction runtime by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/592
New Contributors
- @sumcoding made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/584
- @alexgallotta made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/588
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.9.0...v0.9.1
- Rust
Published by bnusunny about 1 year ago
https://github.com/awslabs/aws-lambda-web-adapter - v0.9.0
This release adds two new improvements and several examples.
- Force Lambda failure based on specific http response codes (see
AWS_LWA_ERROR_STATUS_CODESin the project README) - Log warning messages if the web application is not ready after 2 seconds
What's Changed
- docs: bump the version to v0.8.4 by @Marukome0743 in https://github.com/awslabs/aws-lambda-web-adapter/pull/488
- example: FastHTML examples by @stephenhibbert in https://github.com/awslabs/aws-lambda-web-adapter/pull/496
- chore: Update GitHub Actions by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/498
- fix: Fix beta stack e2e tests by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/508
- chore: Update GitHub actions by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/509
- chore: Read aws region from env var by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/518
- docs: Add Web to tool name in docs by @valerena in https://github.com/awslabs/aws-lambda-web-adapter/pull/521
- example: Add Remix examples by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/524
- example: add lambda web adapter streaming api backend only example by @jlonge4 in https://github.com/awslabs/aws-lambda-web-adapter/pull/543
- feature: Force Lambda failure by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/558
- feature: simplify debug logging for app readiness checks by @DiscreteTom in https://github.com/awslabs/aws-lambda-web-adapter/pull/520
- example: SvelteKit SSR zip example by @mxfactorial in https://github.com/awslabs/aws-lambda-web-adapter/pull/561
- chore: Update dependencies to latest versions by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/565
- Bump version to v0.9.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/566
New Contributors
- @Marukome0743 made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/488
- @stephenhibbert made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/496
- @valerena made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/521
- @jlonge4 made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/543
- @DiscreteTom made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/520
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.8.4...v0.9.0
- Rust
Published by bnusunny over 1 year ago
https://github.com/awslabs/aws-lambda-web-adapter - v0.8.4
This is a minor release. The main change is:
- Added:
AWS_LWA_AUTHORIZATION_SOURCEto turn a header intoAuthorizationheader. This is useful when you use Lambda function URL with IAM auth type, which reserves Authorization header for IAM authentication, but you want to still use Authorization header for your backend apps.
What's Changed
- Update doc and examples to 0.8.3 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/448
- [#453] Update the Fast API run script examples to include LAMBDARUNTIMEDIR in search path. by @renjiexu-amzn in https://github.com/awslabs/aws-lambda-web-adapter/pull/454
- Bump jinja2 from 3.1.3 to 3.1.4 in /examples/flask/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/459
- Bump jinja2 from 3.1.3 to 3.1.4 in /examples/flask-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/458
- Bump werkzeug from 3.0.1 to 3.0.3 in /examples/flask/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/457
- Bump werkzeug from 3.0.1 to 3.0.3 in /examples/flask-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/456
- Bump next from 14.0.0 to 14.1.1 in /examples/nextjs-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/461
- Bump next from 14.0.0 to 14.1.1 in /examples/nextjs/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/460
- Bump requests from 2.31.0 to 2.32.0 in /examples/fastapi-background-tasks/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/463
- add authorization_source feature by @tmokmss in https://github.com/awslabs/aws-lambda-web-adapter/pull/478
- warn when configured header not found by @mxfactorial in https://github.com/awslabs/aws-lambda-web-adapter/pull/479
- Bump zipp from 3.15.0 to 3.19.1 in /examples/flask-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/475
- Bump zipp from 3.15.0 to 3.19.1 in /examples/flask/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/480
- Bump certifi from 2024.2.2 to 2024.7.4 in /examples/fastapi-background-tasks/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/472
- Bump ws from 7.5.9 to 7.5.10 in /examples/sls/nestjs by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/470
- Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/468
- Bump urllib3 from 2.0.7 to 2.2.2 in /examples/bedrock-agent-fastapi/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/467
- Bump braces from 3.0.2 to 3.0.3 in /examples/sls/nestjs by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/481
- Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/483
- Bump urllib3 from 2.2.1 to 2.2.2 in /examples/fastapi-background-tasks/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/482
- Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-response-streaming by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/484
- Bump urllib3 from 1.26.18 to 1.26.19 in /examples/fastapi-response-streaming/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/485
- Bump the version to v0.8.4 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/486
- Update pipeline by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/487
New Contributors
- @renjiexu-amzn made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/454
- @tmokmss made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/478
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.8.3...v0.8.4
- Rust
Published by bnusunny almost 2 years ago
https://github.com/awslabs/aws-lambda-web-adapter - v0.8.3
This is a minor release. Quick summary of changes.
- Remove "transfer-encoding" header from responses to support 'sam local start-api'
- Update deploy process Bedrock Agent (zip and container) using CloudFormation
- Javalin 6 example using Arm64 image
- Example Fix: python dependencies from layers
What's Changed
- Update README for 0.8.2 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/428
- Bump tar from 6.2.0 to 6.2.1 in /examples/sls/nestjs by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/427
- Bump h2 from 0.3.24 to 0.3.26 in /examples/rust-actix-web-zip/rust_app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/423
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples/gin-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/414
- Bump express from 4.18.2 to 4.19.2 in /examples/sqs-expressjs/app/src by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/419
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples/gin/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/413
- Bump express from 4.18.2 to 4.19.2 in /examples/expressjs/app/src by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/418
- Bump idna from 3.4 to 3.7 in /examples/fastapi-response-streaming/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/430
- Bump idna from 3.6 to 3.7 in /examples/bedrock-agent-fastapi-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/431
- Bump idna from 3.6 to 3.7 in /examples/bedrock-agent-fastapi/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/432
- Bump idna from 3.6 to 3.7 in /examples/fastapi/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/433
- Bump idna from 3.6 to 3.7 in /examples/fastapi-response-streaming-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/434
- Bump idna from 3.6 to 3.7 in /examples/fastapi-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/435
- Bump idna from 3.6 to 3.7 in /examples/fastapi-background-tasks/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/436
- Update deploy process Bedrock Agent (zip and container) using CloudFormation by @moritalous in https://github.com/awslabs/aws-lambda-web-adapter/pull/437
- Javalin 6 example using Arm64 image by @jschwartz73 in https://github.com/awslabs/aws-lambda-web-adapter/pull/425
- Bump gunicorn from 20.1.0 to 22.0.0 in /examples/flask-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/440
- Bump gunicorn from 20.1.0 to 22.0.0 in /examples/flask/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/439
- Remove "transfer-encoding" header from responses by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/442
- Bump rustls from 0.22.2 to 0.22.4 by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/445
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/gin/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/443
- Bump golang.org/x/net from 0.17.0 to 0.23.0 in /examples/gin-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/444
- Example Fix: python dependencies from layers by @sansmoraxz in https://github.com/awslabs/aws-lambda-web-adapter/pull/447
- Bump version to 0.8.3 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/446
New Contributors
- @jschwartz73 made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/425
- @sansmoraxz made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/447
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.8.2...v0.8.3
- Rust
Published by bnusunny about 2 years ago
https://github.com/awslabs/aws-lambda-web-adapter - v0.8.2
This is a minor release. Here is a quick summary of the changes.
- Added support for UTF-8 string in HTTP header values.
- Implemented daily security audits and upgraded audit-check action.
- Added examples for using the AWS Lambda Web Adapter with different frameworks and programming languages, including Bedrock Agent (FastAPI), Sinatra (Ruby), Go HTTP, and NestJS.
- Added an example for FastAPI Background Tasks.
- Refactored the FastAPI response streaming example to use Claude v3 model.
What's Changed
- Add Bedrock Agent example by @moritalous in https://github.com/awslabs/aws-lambda-web-adapter/pull/357
- Update README to mention Bedrock Agent FastAPI Example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/359
- Update readme and requirements for Bedrock Agent Example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/360
- Use
lwa_fastapi_middleware_bedrock_agentpackage inbedrock-agent-fastapiexample by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/361 - Add Bedrock Agent FastAPI zip example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/362
- Update examples to v0.8.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/363
- Add Sinatra examples by @ma2shita in https://github.com/awslabs/aws-lambda-web-adapter/pull/365
- added go-http example by @micahwalter in https://github.com/awslabs/aws-lambda-web-adapter/pull/383
- Add output to template.yml by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/385
- Update BuildMethod in gin-zip example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/386
- Updated FastAPI and Python Runtime by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/388
- Upgrade FastAPI to 0.109.2 in examples by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/389
- Create .gitattributes by @jtuliani in https://github.com/awslabs/aws-lambda-web-adapter/pull/369
- Support UTF-8 String in HTTP Header Values by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/390
- Add daily security audit by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/391
- Upgrade audit-check action by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/392
- http1 support in e2e test request signing by @mxfactorial in https://github.com/awslabs/aws-lambda-web-adapter/pull/393
- Bump rack from 3.0.8 to 3.0.9.1 in /examples/sinatra/app/src by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/396
- Bump mio from 0.8.4 to 0.8.11 in /examples/rust-axum-zip/rust_app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/405
- Bump mio from 0.8.6 to 0.8.11 in /examples/rust-actix-web-zip/rust_app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/402
- Add FastAPI Background Tasks example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/408
- Return 201 status code correctly by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/410
- doc base image build option by @mxfactorial in https://github.com/awslabs/aws-lambda-web-adapter/pull/407
- refactor: refactor the FastAPI response streaming with Claude3 by @hustshawn in https://github.com/awslabs/aws-lambda-web-adapter/pull/416
- feat(serverless-nestjs): added example implementation of nestjs with … by @qutek in https://github.com/awslabs/aws-lambda-web-adapter/pull/394
- Bump es5-ext from 0.10.62 to 0.10.64 in /examples/sls/nestjs by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/422
- Bump follow-redirects from 1.15.5 to 1.15.6 in /examples/sls/nestjs by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/421
- bump version to 0.8.2 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/426
New Contributors
- @moritalous made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/357
- @ma2shita made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/365
- @micahwalter made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/383
- @jtuliani made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/369
- @hustshawn made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/416
- @qutek made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/394
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.8.1...v0.8.2
- Rust
Published by bnusunny about 2 years ago
https://github.com/awslabs/aws-lambda-web-adapter - v0.8.1
This minor release fixed a bug related to passing through Bedrock Agent events.
What's Changed
- Update GitHub Actions Pipeline by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/352
- Update examples to v0.8.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/353
- Update lambda-http to v0.9.2 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/355
- Release v0.8.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/356
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.8.0...v0.8.1
- Rust
Published by bnusunny over 2 years ago
https://github.com/awslabs/aws-lambda-web-adapter - v0.8.0
Major Updates
New Features
- Support all non-HTTP event triggers, such as SQS, SNS, S3, DynamoDB, Kinesis, Kafka, EventBridge, and Bedrock Agents.
- New Layer Notification via SNS Topic.
New Example
Chore
- Improve GitHub Actions Workflow
What's Changed
- Update README and examples to v0.7.2 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/331
- Bump jinja2 from 3.1.2 to 3.1.3 in /examples/flask-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/332
- Bump jinja2 from 3.1.2 to 3.1.3 in /examples/flask/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/333
- Optimize GitHub Actions workflow by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/335
- Improve GitHub Actions Workflow by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/336
- Adopt
cargo-lambdaby @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/337 - Optimize GitHub actions by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/338
- Optimize GitHub actions by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/339
- Optimize GitHub actions by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/340
- Bump h2 from 0.3.17 to 0.3.24 in /examples/rust-actix-web-zip/rust_app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/341
- Pass through events by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/342
- Update e2e test template and README by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/343
- Optimize e2e test job in the pipeline by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/344
- Update project README by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/345
- Update project README to describe the response payload for non-http events by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/346
- Add SQS-Expressjs example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/347
- Sqs expressjs example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/348
- Fix nextjs examples by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/350
- Bump version to 0.8.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/349
- Add info about new layer notifications by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/351
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.7.2...v0.8.0
- Rust
Published by bnusunny over 2 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.7.2
What's Changed
- fix: run load-china-prod-matrix2 only when release event is triggered by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/273
- Bump rustls-webpki from 0.100.1 to 0.100.2 by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/275
- Update Readme with latest layerVersions following 0.7.1 release by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/276
- Bump word-wrap from 1.2.3 to 1.2.4 in /examples/nextjs/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/258
- Bump word-wrap from 1.2.3 to 1.2.4 in /examples/nextjs-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/259
- Bump word-wrap from 1.2.3 to 1.2.4 in /examples/nextjs-response-streaming by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/260
- Update README and example to v0.7.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/279
- Bump crate version to 0.7.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/280
- Update express-zip example to show Lambda Context usage by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/281
- Add ASP.NET examples by @jeastham1993 in https://github.com/awslabs/aws-lambda-web-adapter/pull/284
- fix: override user-set
x-amzn-{lambda,request}-contextheaders by @fluxth in https://github.com/awslabs/aws-lambda-web-adapter/pull/286 - Bump webpki from 0.22.0 to 0.22.2 in /examples/rust-axum-https-zip/rust_app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/287
- Remove https support by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/288
- Bump postcss and next in /examples/nextjs-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/291
- Remove https related e2e tests by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/292
- Bump postcss and next in /examples/nextjs/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/290
- Bump postcss from 8.4.20 to 8.4.31 in /examples/nextjs-response-streaming by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/289
- Add docker version of fastapi-response-streaming example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/293
- Update Next.js examples to Next.js v14.0.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/304
- Upgraded lambda-http crate to v0.8.3 to fix Content-Type processing issue by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/307
- Bump werkzeug from 2.3.3 to 3.0.1 in /examples/flask-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/303
- Bump werkzeug from 2.3.3 to 3.0.1 in /examples/flask/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/302
- Bump urllib3 from 1.26.17 to 1.26.18 in /examples/fastapi-response-streaming/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/298
- Bump golang.org/x/net from 0.10.0 to 0.17.0 in /examples/gin-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/297
- Bump golang.org/x/net from 0.10.0 to 0.17.0 in /examples/gin/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/296
- Add CHANGELOG.md by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/308
- Bump sharp from 0.32.0 to 0.32.6 in /examples/nextjs-response-streaming by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/310
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/gin/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/321
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/gin-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/320
- add provided.al2023 to CompatibleRuntimes by @mxfactorial in https://github.com/awslabs/aws-lambda-web-adapter/pull/323
- Remove 'CompatibleRuntimes' property on the Layers by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/326
- set AdapterOptions with env values in Default impl by @mxfactorial in https://github.com/awslabs/aws-lambda-web-adapter/pull/324
- switch builder dockerfile to 2023 base image by @mxfactorial in https://github.com/awslabs/aws-lambda-web-adapter/pull/325
- Specify correct platform when building docker images by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/330
- bump version to v0.7.2 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/329
New Contributors
- @jeastham1993 made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/284
- @fluxth made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/286
- @mxfactorial made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/323
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.7.1...v0.7.2
- Rust
Published by bnusunny over 2 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.7.1
Major Updates
This minior release add Lambda Context support, expend to new regions, additional examples and bug fixes.
What's Changed
- Update examples and doc with v0.7.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/215
- Handle readiness check by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/217
- Fix FastAPI description in the sam template. by @joe-king-sh in https://github.com/awslabs/aws-lambda-web-adapter/pull/219
- nextjs example for lambda streaming response by @xjiaqing in https://github.com/awslabs/aws-lambda-web-adapter/pull/218
- Update Nextjs Response Streaming Example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/220
- fix nextjs-response-streaming example title typo by @xjiaqing in https://github.com/awslabs/aws-lambda-web-adapter/pull/221
- Bump yaml from 2.2.1 to 2.2.2 in /examples/nextjs-response-streaming by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/222
- Upgrade Flask to 2.3.2 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/225
- Update nextjs response streaming example readme by @xjiaqing in https://github.com/awslabs/aws-lambda-web-adapter/pull/227
- Laravel link by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/229
- Nextjs streaming response by @xjiaqing in https://github.com/awslabs/aws-lambda-web-adapter/pull/230
- Upgrade FastAPI in examples by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/235
- delete public in nextjs response streaming example by @xjiaqing in https://github.com/awslabs/aws-lambda-web-adapter/pull/238
- SpringBoot Response Streaming using function url by @soyer-dev in https://github.com/awslabs/aws-lambda-web-adapter/pull/237
- Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 in /examples/gin/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/240
- Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 in /examples/gin-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/241
- Fix: nextjs-response-streaming build docker image fail by @xjiaqing in https://github.com/awslabs/aws-lambda-web-adapter/pull/243
- Add AWSLWAPORT as a fallback for readinesscheckport. by @sprvgt in https://github.com/awslabs/aws-lambda-web-adapter/pull/246
- Pass Lambda Context to web app in a new header by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/248
- Add option to override unhealthy status so 4xx can be unhealthy by @jeffmercerVG in https://github.com/awslabs/aws-lambda-web-adapter/pull/252
- Bump semver from 6.3.0 to 6.3.1 in /examples/nextjs-response-streaming by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/256
- Bump semver from 6.3.0 to 6.3.1 in /examples/nextjs-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/255
- Bump semver from 6.3.0 to 6.3.1 in /examples/nextjs/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/254
- Update github actions to publish lambda web adapter in all new regions by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/264
- fix: set arm64_supported to false on eu-central-2 by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/269
- Update github actions to deploy LWA layer in china regions by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/266
- fix: update pipeline file to run package-china-gamma before load-china-gamma-matrix2 by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/270
- Updated Readme with new layer ARNs for China regions by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/271
- fix: deploy to china gamma accounts when PR is merged to main branch by @mbfreder in https://github.com/awslabs/aws-lambda-web-adapter/pull/272
New Contributors
- @joe-king-sh made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/219
- @xjiaqing made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/218
- @soyer-dev made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/237
- @sprvgt made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/246
- @mbfreder made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/248
- @jeffmercerVG made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/252
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.7.0...v0.7.1
- Rust
Published by bnusunny almost 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.7.0
Major updates
This release adds support for Lambda Response Streaming, name spaces environment variables, tighten readiness check for HTTP.
What's Changed
- Update examples to v0.6.4 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/198
- Improved PHP example by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/195
- Supported PHP ZIP Example by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/165
- Added bootstrap script by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/200
- Added bootstrap script by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/201
- Add streaming response support by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/204
- Use Ubuntu 20.04 for builds by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/205
- Tighten HTTP readiness check by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/206
- Name spaced all environment variables by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/207
- Bump h2 from 0.3.15 to 0.3.17 in /examples/rust-actix-web-zip/rust_app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/208
- Bump h2 from 0.3.16 to 0.3.17 in /examples/rust-axum-https-zip/rust_app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/209
- Update pipeline to remove foresight integration by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/212
- Add FastAPI response streaming example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/211
- Remove remaining Foresight integration steps by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/213
- Update project README by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/210
- Bump version to v0.7.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/214
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.4...v0.7.0
- Rust
Published by bnusunny about 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.6.4
Main Updates
This is a minor bug fix release.
- [Bug Fix] Fix 'ca certs not found' issue when TLS is not enabled
- [Example] New Nginx Zip example
- [Example] New PHP Zip example
What's Changed
- Update examples to v0.6.3 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/191
- Improved Nginx Example by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/192
- Added Nginx ZIP Example by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/171
- Improved PHP example by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/164
- Separate HTTPS and HTTP adapters by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/196
- Prepare to release v0.6.4 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/197
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.3...v0.6.4
- Rust
Published by bnusunny over 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.6.3
Main Updates
- [Feature]: support web applications over TLS/HTTPS
- [Bug Fix]: handle URL encoding properly with the URL crate
- [Example]: add FastAPI HTTPS example
- [Example]: add Axum HTTPS example
- [Example]: add Actix Web example
- [Example]: update Next.js example to enable cache
- [Doc]: ports should be avoided
- [Doc]: local debugging with sam local
- [Chore]: pipeline update
What's Changed
- Upgrade to Nextjs 13 and enable cache by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/163
- Update README and examples for v0.6.2 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/172
- Use url crate to handle app url encoding by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/176
- Upgrade gin to v1.9.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/180
- Update Axum example to use new SAM CLI rust build by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/181
- Add Actix Web example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/182
- Add HTTPS support by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/183
- Add rust axum https example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/185
- Update Axum https example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/186
- Document ports should be avoided by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/187
- Document Lambda Function URL support by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/188
- Document local debugging with aws sam local by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/189
- Release v0.6.3 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/190
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.2...v0.6.3
- Rust
Published by bnusunny over 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.6.2
Main updates:
- Optional gzip compression of responses
- Add e2e tests to the pipeline
- Integrate Foresight in the pipeline
- Add Deno Oak in Zip example
What's Changed
- Update README and examples to v0.6.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/123
- Add e2e tests by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/126
- Update pipeline to fix matrix variables by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/127
- Update pipeline to test the latest layers and images by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/134
- Add Foresight workflow-kit action to collect metrics and traces by @serkan-ozal in https://github.com/awslabs/aws-lambda-web-adapter/pull/137
- Add Deno Oak in Zip example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/139
- Use nextest as test runner to get junit test reports by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/142
- Bump bumpalo from 3.10.0 to 3.12.0 by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/140
- Add Foresight Test Kit Action by @rwxdash in https://github.com/awslabs/aws-lambda-web-adapter/pull/143
- Return app response directly to lambda-http runtime by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/146
- Refactor Tower.Service call method by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/147
- Bump tokio from 1.20.3 to 1.20.4 in /examples/rust-axum-zip by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/149
- Bump tokio from 1.24.1 to 1.24.2 by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/150
- Upgrade Flask by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/158
- upgrade fastapi by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/159
- Optional gzip compression of responses by @huntharo in https://github.com/awslabs/aws-lambda-web-adapter/pull/157
- release v0.6.2 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/161
New Contributors
- @serkan-ozal made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/137
- @rwxdash made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/143
- @huntharo made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/157
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.1...v0.6.2
- Rust
Published by bnusunny over 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.6.1
What's Changed
- Added integration tests for http adapter by @ferdingler in https://github.com/awslabs/aws-lambda-web-adapter/pull/113
- Removed redundant closing tag & Format code by PSR by @elonniu in https://github.com/awslabs/aws-lambda-web-adapter/pull/115
- Replace reqwest with hyper client by @calavera in https://github.com/awslabs/aws-lambda-web-adapter/pull/114
- Bump json5 from 1.0.1 to 1.0.2 in /examples/nextjs/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/119
- Bump json5 from 1.0.1 to 1.0.2 in /examples/nextjs-zip/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/118
- Bump tokio from 1.20.1 to 1.20.3 in /examples/rust-axum-zip by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/117
- rewrite extension client and upgrade tokio by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/120
- Release v0.6.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/122
New Contributors
- @ferdingler made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/113
- @elonniu made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/115
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.0...v0.6.1
- Rust
Published by bnusunny over 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.6.0
What's Changed
- relax readiness check for HTTP by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/106
- forward RequestContext in a http header by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/108
- Bump qs and express in /examples/expressjs/app/src by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/110
- update README and examples for v0.6.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/111
- bump release version to 0.6.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/112
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.5.1...v0.6.0
- Rust
Published by bnusunny over 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.5.1
What's Changed
- upgrade to lambda_http v0.7.1 to pass correct x-ray trace id header by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/103
- release v0.5.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/105
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.5.0...v0.5.1
- Rust
Published by bnusunny over 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.5.0
What's Changed
- update README for v0.4.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/89
- add an example for flask in zip by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/91
- add golang gin examples by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/93
- add fastapi examples by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/98
- Upgrade to lambda_http 0.7 by @calavera in https://github.com/awslabs/aws-lambda-web-adapter/pull/100
- Release 0.5.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/101
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.4.1...v0.5.0
- Rust
Published by bnusunny over 3 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.4.1
This release contains two notable changes:
- add TCP readiness check option
- minor change to the library public interface
What's Changed
- update README and examples to v0.4.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/77
- Hide run instruction by @calavera in https://github.com/awslabs/aws-lambda-web-adapter/pull/78
- change registerdefaultextension() as a method on Adapter by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/79
- update axum version to 0.5.16 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/81
- Add more debug information for req/res transformations by @calavera in https://github.com/awslabs/aws-lambda-web-adapter/pull/83
- update demo for sam local debug by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/84
- Add tcp readiness check by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/86
- Release v0.4.1 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/88
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.4.0...v0.4.1
- Rust
Published by bnusunny almost 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.4.0
Major updates
- Support async init for long initialization lambda functions
- Add more examples: Rust Axum (Zip) and Next.js (both Zip and Docker)
- Refactor main logic into a library
- Publish the library to crates.io
What's Changed
- Update examples to version 0.3.3 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/52
- support async init for long initialization lambda functions by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/53
- Add Rust Axum Example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/56
- add next.js example by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/59
- fix github build issue by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/60
- Fix build command by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/61
- fix Adapter Layer Version Permission by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/62
- remove python3.6 from compatible runtimes for x86 layer by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/63
- Bump next from 12.2.3 to 12.2.4 in /examples/nextjs/app by @dependabot in https://github.com/awslabs/aws-lambda-web-adapter/pull/65
- Add Next.js Zip example by @julianbonilla in https://github.com/awslabs/aws-lambda-web-adapter/pull/66
- Extract logic into a library. by @calavera in https://github.com/awslabs/aws-lambda-web-adapter/pull/68
- Update lambda_http by @calavera in https://github.com/awslabs/aws-lambda-web-adapter/pull/69
- add metadata for crates.io by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/70
- Add Related projects in README.md by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/71
- fix readiness check function by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/72
- Fix casing in README by @mnapoli in https://github.com/awslabs/aws-lambda-web-adapter/pull/73
- Remove blocking calls by @calavera in https://github.com/awslabs/aws-lambda-web-adapter/pull/74
- configure log level with RUST_LOG environment variable by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/75
- release v0.4.0 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/76
New Contributors
- @dependabot made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/65
- @julianbonilla made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/66
- @mnapoli made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/73
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.3.3...v0.4.0
- Rust
Published by bnusunny almost 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.3.3
What's Changed
- Preserve aws-lambda-rust in the user-agent by @calavera in https://github.com/awslabs/aws-lambda-web-adapter/pull/33
- Added Spring Boot Zip example by @maschnetwork in https://github.com/awslabs/aws-lambda-web-adapter/pull/34
- Update project name in README file by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/37
- readnesscheckport defaults to port by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/45
- readiness check verify the http status code is successful (2xx) by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/46
- reduce idle connection pool time to 4 seconds by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/47
- treat response body as TEXT when both CONTENTENCODING and CONTENTTY… by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/48
- upgrade to Rust 2021 edition by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/49
- upgrade to the latest lambda-http crate by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/50
- Bump crate version to 0.3.3 by @bnusunny in https://github.com/awslabs/aws-lambda-web-adapter/pull/51
New Contributors
- @calavera made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/33
- @maschnetwork made their first contribution in https://github.com/awslabs/aws-lambda-web-adapter/pull/34
Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.3.2...v0.3.3
- Rust
Published by bnusunny almost 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.3.2
What's Changed
- support to remove base path from http request path by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/23
- update pipeline to deploy adapter layer in beta and gamma accounts by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/24
- update README file by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/25
- update expressjs-zip example using the new adapter layer by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/26
- make layers public by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/27
- update pipeline to publish OCI images to ECR public repo by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/28
- prepare to release v0.3.2 by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/29
- update Makefile by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/30
- update pipeline by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/31
- update pipeline by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/32
Full Changelog: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.3.1...v0.3.2
- Rust
Published by bnusunny over 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.3.1
This is a release for bug fix and minor improvement.
- [bugfix] remove stage from URL send to app server
- [improvement] Custom User-Agent as aws-lambda-adapter/CARGO-PACKAGE-VERSION
- [improvement] Strip the binary to reduce size
- Update examples
What's Changed
- remove stage from URL send to app server + custom User-Agent by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/22
Full Changelog: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.3.0...v0.3.1
- Rust
Published by bnusunny over 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.3.0
Upgrade Rust Runtime lambda_http crate to v0.5.1
What's Changed
- upgrade to lambda_http v0.5.1 by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/21
- [SpringBoot Example] use customized metrics to scale Provisioned Concurrency by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/17
Full Changelog: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.2.0...v0.3.0
- Rust
Published by bnusunny over 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.2.0
Lambda Adapter as an Extension. Run web app containers on Lambda without changing ENTRYPOINT.
This is a breaking change. Please refer to README for updated usage.
What's Changed
- run Lambda Adapter as an extension by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/16
Full Changelog: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.1.2...v0.2.0
- Rust
Published by bnusunny over 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.1.2
support HTTP compression
What's Changed
- Add an example to show how to use Lambda Adapter with managed runtime by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/13
- add support for HTTP compression by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/14
Full Changelog: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.1.1...v0.1.2
- Rust
Published by bnusunny over 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.1.1
New: instruction for compiling the adapter for Gravition2. Bug fix: forward query paramters to application process.
What's Changed
- update README by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/6
- add instructions for ARM support by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/8
- update README for ARM support by @bnusunny in https://github.com/aws-samples/aws-lambda-adapter/pull/9
Full Changelog: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.1.0...v0.1.1
- Rust
Published by bnusunny over 4 years ago
https://github.com/awslabs/aws-lambda-web-adapter - Release v0.1.0
Initial release
- Rust
Published by bnusunny almost 5 years ago