An open API service indexing awesome lists of open source software.

https://github.com/markhu/groovy-serverless

Groovy AWS Lambda
https://github.com/markhu/groovy-serverless

aws-lambda groovy serverless

Last synced: about 1 year ago
JSON representation

Groovy AWS Lambda

Awesome Lists containing this project

README

          

# requirements

The `serverless` npm from serverless.com
AWS config in ~/.aws/

## initial creation

serverless create --template aws-groovy-gradle

## mods

edited the serverless.yml file to create a GET callable URL

# build and deploy

gradle build
serverless deploy

## faster updates later

serverless deploy function --function hello # scripted in ./depl.sh

## tested at

https://p89vtcmaej.execute-api.us-west-2.amazonaws.com/dev/?k=vvvv