We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae179d4 commit 96e191aCopy full SHA for 96e191a
src/lambda_invoker.rs
@@ -23,7 +23,7 @@ impl LambdaInvoker {
23
}
24
25
26
- pub async fn iterate(&self, iterations: u8) -> Result<(), anyhow::Error> {
+ pub async fn iterate(&self, iterations: u16) -> Result<(), anyhow::Error> {
27
let config = self.get_function_configuration().await?;
28
let mut env = config
29
.environment
0 commit comments