diff --git a/CHANGELOG.md b/CHANGELOG.md index 4759c0e..7a38488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0] +### Changed + +- Upgrade axum to 0.7, hyper to 1.0, and lambda_http to 0.9 versions + ## [0.5.1] ### Changed diff --git a/README.md b/README.md index 379e04b..f676f26 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Check out `examples/main.rs`: running in debug mode runs a hyper server, and bui I have also provided an example Dockerfile & python script for locally spinning up a lambda runtime: ``` -cargo build --release +cargo build --release --example main docker build . -t lambda-test docker run -p 9000:8080 lambda-test python test_lambda_runtime