Run Serverless commands (https://serverless.com). Pre-installed Java, maven, node.js, aws & ecs cli.
100K+
A docker image for running serverless commands.
This can be useful for building and deploying serverless stacks from CI environments. It includes JDK + Maven and Node.js, so you can use this to build both Java and node Lambda functions. It adds the aws and ecs cli, so that you can run aws commands from this image as well.
The RELEASE global variable in .travis.yml contains the serverless release to be built.
$ docker pull softinstigate/serverless
$ docker run --rm softinstigate/serverless --version
The base image is from the maven one, so it allows to also build serverless projects for Java .
Included packages from base image:
See the Dockerfile.
Content type
Image
Digest
Size
640.1 MB
Last updated
over 5 years ago
docker pull softinstigate/serverless