aws-kotlin-jvm-gradle:使用Gradle的无服务器的AWS Kotlin模板

Kotlin Gradle无服务器模板这是使用AWS,Kotlin和Gradle的样板模板。我也有一个使用Spring Cloud Function的无服务器模板。要求无服务器1.24或更高版本Gradle 4和JDK8用法# Create template serverless create --template-url https://github.com/jswift/aws-kotlin-jvm-gradle --path helloworld --name hello && cd helloworld # Build and deploy the hello world function gradle deploy处理程序开发Handler时,应将其更新为使用正确的事件,而不是模板Handler中显示的默认事件。例如,响应HTTP事件的函数如
zip 文件大小:60.36KB