Skip to content

iansk/serverless-spring-goof

This branch is up to date with snyk-labs/serverless-spring-goof:master.

Repository files navigation

Vulnerable Spring Cloud Function todo application to be run on AWS

This application has 4 functions, create, get, update and delete. To build, run:

mvn clean install

Then run createFunctions.sh to duplicate the jar output and change the function.name in the application.properties file.

To deploy, run:

sls deploy -v --aws-profile <your_profile>

To invoke, run:

sls invoke -f createtodo -l --aws-profile <your_profile> --data '{"todoText":"Buy Milk"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 89.2%
  • Shell 10.8%