Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/basic-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## basic-sdk example

This is an sample function that uses the [AWS SDK](https://github.com/awslabs/aws-sdk-rust) to
This is an sample function that uses the [AWS SDK](https://github.com/aws/aws-sdk-rust) to
list the contents of an S3 bucket specified by the invoker. It uses standard credentials as defined
in the function's execution role to make calls against S3.

Expand Down
6 changes: 3 additions & 3 deletions lambda-events/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws_lambda_events"
version = "1.0.0"
version = "1.0.1"
rust-version = "1.82.0"
description = "AWS Lambda event definitions"
authors = [
Expand All @@ -9,8 +9,8 @@ authors = [
"David Calavera <dcalaver@amazon.com>",
]
license = "MIT"
homepage = "https://github.com/awslabs/aws-lambda-rust-runtime"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
homepage = "https://github.com/aws/aws-lambda-rust-runtime"
repository = "https://github.com/aws/aws-lambda-rust-runtime"
readme = "README.md"
keywords = ["lambda", "aws", "amazon", "events", "S3"]
categories = ["api-bindings", "encoding", "web-programming"]
Expand Down
2 changes: 1 addition & 1 deletion lambda-events/src/event/dynamodb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ pub struct UserIdentity {
pub struct StreamRecord {
/// The approximate date and time when the stream record was created, in UNIX
/// epoch time (<http://www.epochconverter.com/>) format. Might not be present in
/// the record: <https://github.com/awslabs/aws-lambda-rust-runtime/issues/889>
/// the record: <https://github.com/aws/aws-lambda-rust-runtime/issues/889>
#[serde(rename = "ApproximateCreationDateTime")]
#[serde(with = "float_unix_epoch")]
#[serde(default)]
Expand Down
4 changes: 2 additions & 2 deletions lambda-extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda-extension"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
rust-version = "1.82.0"
authors = [
Expand All @@ -9,7 +9,7 @@ authors = [
]
description = "AWS Lambda Extension API"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
repository = "https://github.com/aws/aws-lambda-rust-runtime"
categories = ["web-programming::http-server"]
keywords = ["AWS", "Lambda", "API"]
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_http"
version = "1.0.0"
version = "1.0.1"
authors = [
"David Calavera <dcalaver@amazon.com>",
"Harold Sun <sunhua@amazon.com>",
Expand All @@ -10,8 +10,8 @@ rust-version = "1.82.0"
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
keywords = ["AWS", "Lambda", "APIGateway", "ALB", "API"]
license = "Apache-2.0"
homepage = "https://github.com/awslabs/aws-lambda-rust-runtime"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
homepage = "https://github.com/aws/aws-lambda-rust-runtime"
repository = "https://github.com/aws/aws-lambda-rust-runtime"
documentation = "https://docs.rs/lambda_runtime"
categories = ["web-programming::http-server"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lambda-http/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn into_api_gateway_v2_request(ag: ApiGatewayV2httpRequest) -> http::Request<Bod
// don't use the query_string_parameters from API GW v2 to
// populate the QueryStringParameters extension because
// the value is not compatible with the whatgw specification.
// See: https://github.com/awslabs/aws-lambda-rust-runtime/issues/470
// See: https://github.com/aws/aws-lambda-rust-runtime/issues/470
// See: https://url.spec.whatwg.org/#urlencoded-parsing
let query_string_parameters = if let Some(query) = &ag.raw_query_string {
query.parse().unwrap() // this is Infallible
Expand Down
4 changes: 2 additions & 2 deletions lambda-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "lambda-integration-tests"
version = "1.0.0"
version = "1.0.1"
authors = ["Maxime David"]
edition = "2021"
rust-version = "1.82.0"
description = "AWS Lambda Runtime integration tests"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
repository = "https://github.com/aws/aws-lambda-rust-runtime"
categories = ["web-programming::http-server"]
keywords = ["AWS", "Lambda", "API"]
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions lambda-runtime-api-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_runtime_api_client"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
rust-version = "1.82.0"
authors = [
Expand All @@ -9,7 +9,7 @@ authors = [
]
description = "AWS Lambda Runtime interaction API"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
repository = "https://github.com/aws/aws-lambda-rust-runtime"
categories = ["web-programming::http-server"]
keywords = ["AWS", "Lambda", "API"]
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions lambda-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_runtime"
version = "1.0.0"
version = "1.0.1"
authors = [
"David Calavera <dcalaver@amazon.com>",
"Harold Sun <sunhua@amazon.com>",
Expand All @@ -9,7 +9,7 @@ description = "AWS Lambda Runtime"
edition = "2021"
rust-version = "1.82.0"
license = "Apache-2.0"
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"
repository = "https://github.com/aws/aws-lambda-rust-runtime"
categories = ["web-programming::http-server"]
keywords = ["AWS", "Lambda", "API"]
readme = "../README.md"
Expand All @@ -23,7 +23,7 @@ eyre = ["dep:eyre"] # enables From<T> for Diagnostic for eyre error types, see R
miette = ["dep:miette"] # enables From<T> for Diagnostic for miette error types, see README.md for more info
# TODO: remove tokio/rt and rt-multi-thread from non-feature-flagged dependencies in new breaking version, since they are unused:
# as well as default features
# https://github.com/awslabs/aws-lambda-rust-runtime/issues/984
# https://github.com/aws/aws-lambda-rust-runtime/issues/984
graceful-shutdown = ["tokio/rt", "tokio/signal", "dep:lambda-extension"]

[dependencies]
Expand Down
Loading