Skip to content

Commit 65d49bf

Browse files
authored
Add files via upload
1 parent 9891aa6 commit 65d49bf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Cargo.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[package]
2+
name = "rustLambda"
3+
version = "0.1.0"
4+
edition = "2021"
5+
autobins = false
6+
7+
[[bin]]
8+
name = "bootstrap"
9+
path = "src/main.rs"
10+
11+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12+
13+
[dependencies]
14+
aws-config = "0.54.1"
15+
aws-sdk-s3 = "0.24.0"
16+
aws_lambda_events = "0.7.3"
17+
flate2 = "1.0.25"
18+
lambda_runtime = "0.7.3"
19+
log = "0.4.17"
20+
serde = "1.0.152"
21+
serde_json = "1.0.93"
22+
tokio = {version = "1.25.0", features = ["full"]}
23+
tracing-subscriber = "0.3.16"
24+

0 commit comments

Comments
 (0)