Skip to content

Commit

Permalink
chore: append to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobast committed Aug 17, 2022
1 parent 85541fc commit 43606c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ message = "Add codegen version to generated package metadata"
references = ["smithy-rs#1612"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "unexge"

[[smithy-rs]]
message = """
There is a canonical and easier way to run smithy-rs on Lambda [see example].
[see example]: https://github.com/awslabs/smithy-rs/blob/031376bf96fa9d0262e15336a0e20a99d43112cc/rust-runtime/aws-smithy-http-server/examples/pokemon-service/src/lambda.rs
"""
meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "server" }
author = "hugobast"

0 comments on commit 43606c7

Please sign in to comment.