在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):aws-samples/lambda-kotlin-groovy-example开源软件地址(OpenSource Url):https://github.com/aws-samples/lambda-kotlin-groovy-example开源编程语言(OpenSource Language):Kotlin 65.0%开源软件介绍(OpenSource Introduction):lambda-kotlin-groovy-exampleSample code for the "Kotlin and Groovy JVM Languages with AWS Lambda" blog post. Shows how to deploy AWS Lambda functions using Kotlin and Groovy JVM languages. Quick StartRequirementsBefore cloning and building these examples, you'll need to install the following dependencies:
Clone repoClone the Git repository git clone https://github.com/awslabs/lambda-kotlin-groovy-example
cd lambda-kotlin-groovy-example Build Groovy Lambda functionExecute the following commands to build the Groovy example AWS Lambda function. Note, this command uses Gradle (via the Gradle Wrapper) to download dependencies and build the fat JAR file containing the AWS Lambda function. cd groovy
./gradlew shadowjar Once Gradle finished. The fat JAR will be available at Build Kotlin Lambda functionExecute the following commands to build the Kotlin example AWS Lambda function. Note, this command uses Gradle (via the Gradle Wrapper) to download dependencies and build the fat JAR file containing the AWS Lambda function. cd kotlin
./gradlew shadowjar Once Gradle finished. The fat JAR will be available at |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论