Coder Social home page Coder Social logo

davidmerrick / lambda-kotlin-groovy-example Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws-samples/lambda-kotlin-groovy-example

0.0 2.0 0.0 57 KB

Sample 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.

License: Apache License 2.0

Groovy 35.01% Kotlin 64.99%

lambda-kotlin-groovy-example's Introduction

lambda-kotlin-groovy-example

Sample 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 Start

Requirements

Before cloning and building these examples, you'll need to install the following dependencies:

Clone repo

Clone the Git repository

git clone https://github.com/awslabs/lambda-kotlin-groovy-example
cd lambda-kotlin-groovy-example

Build Groovy Lambda function

Execute 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/libs/jvmlangs-groovy-1.0-SNAPSHOT-all.jar. This JAR file can be deployed using AWS Lambda.

Build Kotlin Lambda function

Execute 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 build/libs/jvmlangs-kotlin-1.0-SNAPSHOT-all.jar. This JAR file can be deployed using AWS Lambda.

lambda-kotlin-groovy-example's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.