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
4. Deploy bootstrap.zip archive to AWS. If you have never used AWS Lambda
141
+
1. Apply plugin `id("io.github.trueangle.plugin.lambda") version "0.0.1"`
142
+
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)
143
+
3. Deploy .zip archive to AWS. If you have never used AWS Lambda
159
144
before, [learn how to deploy Lambda function as zip archive manually](https://docs.aws.amazon.com/lambda/latest/dg/configuration-function-zip.html)
160
145
or
161
146
using [AWS CLI](https://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-codedeploy.html):
0 commit comments