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
@@ -125,7 +125,7 @@ Use the [AWS runtime emulator](https://github.com/aws/aws-lambda-runtime-interfa
125
125
126
126
## Build and deploy to AWS
127
127
128
-
1.Apply the plugin `id("io.github.trueangle.plugin.lambda") version "0.0.1"`
128
+
1.Make sure you have applied the plugin `id("io.github.trueangle.plugin.lambda") version "0.0.1"`
129
129
2. Execute `./gradlew buildLambdaRelease`. The command will output the path to the archive containing lambda executable (YOUR_MODULE_NAME.kexe) located in (YOUR_MODULE_NAME/build/bin/lambda/release/YOUR_MODULE_NAME.zip)
130
130
3. Deploy .zip archive to AWS. If you have never used AWS Lambda
131
131
before, [learn how to deploy Lambda function as zip archive manually](https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-zip.html)
0 commit comments