Skip to content

Commit 55557e2

Browse files
sapessidavidbarsky
authored andcommitted
Removed SDK keyword (#9)
* Updated header values for provided runtime and switched to ms time remaining * Fixed issue with deadline not being set in context and switched to realtime clock to get correct epoch * Removed libc dependency and switched to chrono for deadline calculation * Fixed docs example not to import HttpRuntimeClient * New error reporting method with correct content type and error type header. * Two fixes to honor max retries in the get_next_event method and call the error_reponse rather than init_fail when an error is thrown after the call to /next * Added homepage, docs, and repo to Cargo files * Added version of runtime client dependency * Passed environment config as reference and added fail on warnings * Removed SDK keyword
1 parent 4f15b63 commit 55557e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lambda_runtime_client"
33
version = "0.1.0"
44
authors = ["Stefano Buliani", "David Barsky"]
55
description = "Client SDK for AWS Lambda's runtime APIs"
6-
keywords = ["AWS", "Lambda", "Runtime", "API", "Client", "SDK"]
6+
keywords = ["AWS", "Lambda", "Runtime", "API", "Client"]
77
license = "Apache-2.0"
88
homepage = "https://github.com/awslabs/aws-lambda-rust-runtime"
99
repository = "https://github.com/awslabs/aws-lambda-rust-runtime"

0 commit comments

Comments
 (0)