146
views
views
Create a simple python based AWS Lambda Container and deploy it on AWS using Serverless Framework.
Let's get started...!
There are 3 steps involved in deploying AWS container:
Writing Lambda Code or the Lambda function in Python
Creating a Docker file
Creating serverless.yml file and deploying the function
Let's get started...!
There are 3 steps involved in deploying AWS container:
Writing Lambda Code or the Lambda function in Python
Creating a Docker file
Creating serverless.yml file and deploying the function