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
- Host: GitHub
- URL: https://github.com/markhu/groovy-serverless
- Owner: markhu
- Created: 2018-01-02T09:43:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T07:33:50.000Z (about 8 years ago)
- Last Synced: 2025-01-29T03:34:11.895Z (about 1 year ago)
- Topics: aws-lambda, groovy, serverless
- Language: Groovy
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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