serverless

Docker image containing the Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more!

View project on GitHub

serverless

serverlessserverless

Docker image containing the Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more!

All versions are generated using a unique Dockerfile what is located at Intelygenz’s Serverless GitHub repository

What is serverless?

serverless logo

Serverless is your toolkit for deploying and operating serverless architectures. Focus on your application, not your infrastructure.

How to use this image

You can run a Serverless project by using this image directly, passing a Serverless command to docker run:

docker run -it --rm --name my-serverless-project -v "$(pwd)":/usr/src/myserverless -w /usr/src/myserverless intelygenz/serverless:1.32.0 deploy

Building local Docker image (optional)

This is a base image that you can extend, so it has the bare minimum packages needed. If you add custom package(s) to the Dockerfile, then you can build your local Docker image like this:

docker build --build-arg SERVERLESS_VERSION=1.32.0 --tag my_local_serverless:1.32.0 .

License

View license information for the software contained in this image.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.