Coder Social home page Coder Social logo

stophobia / serverless-python-workflow-with-aws-lambda Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codingforentrepreneurs/serverless-python-workflow-with-aws-lambda

0.0 1.0 0.0 8 KB

A tutorial to setup and deploy a simple Serverless Python workflow with REST API endpoints in AWS Lambda.

Home Page: https://www.codingforentrepreneurs.com/projects/serverless-python-aws-lambda-api-gateway

License: MIT License

Shell 28.62% Python 71.38%

serverless-python-workflow-with-aws-lambda's Introduction

Serverless Python Workflow with AWS Lambda

A tutorial to setup and deploy a simple Serverless Python workflow with REST API endpoints in AWS Lambda.

Requirements

  • Working Knowledge of Python or Learn Here
  • AWS Account with the appropriate permissions for AWS Lambda, API Gateway, AWS S3, and IAM. If it's your account, you already have this.

Getting started

1. Download Project

mkdir serverless-workflow
cd serverless-worlfow 
git clone https://github.com/codingforentrepreneurs/Serverless-Python-Workflow-with-AWS-Lambda .

2. Copy base files to project root

cp base/* .

3. Remove Unnecessary files

rm -rf .git
rm -rf base

4. Virtual Environment Setup

Pipenv
pipenv install -r requirements.txt --python 3.8
Virtualenv
virtualenv -p python3.8 .
source bin/activate
pip install -r requirements.txt

If using windows with virtualenv just run .\Scripts\activate

5. Ready

You now have a baseline Lambda function working locally. Check out the code in the course directory or learn how to implement this code on cfe.

serverless-python-workflow-with-aws-lambda's People

Contributors

codingforentrepreneurs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.