schultyy / lambda-docker-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless - AWS Python Docker

This project has been generated using the aws-nodejs-docker template from the Serverless framework.

For detailed instructions, please refer to the documentation.

Deployment instructions

Requirements: Docker. In order to build images locally and push them to ECR, you need to have Docker installed on your local machine. Please refer to official documentation.

In order to deploy your service, run the following command

sls deploy

Test your service

After successful deployment, you can test your service remotely by using the following command:

sls invoke --function hello

About


Languages

Language:Python 53.4%Language:Dockerfile 46.6%