You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
23
+
tokio = { version = "1", features = ["full"] }
24
24
```
25
25
3. Input your AWS credentials into your terminal as environment variables **Note:** The alpha SDK only supports environment variable credential providers at this time.
0 commit comments