Skip to content

Build an AWS Lambda function in Python that uses Boto3 to communicate with Amazon S3

Notifications You must be signed in to change notification settings

jlo87/aws-lambda-functions-9-21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-python-s3

Build an AWS Lambda function in Python that uses Boto3 to communicate with Amazon S3

AWS Lambda:

  • Let's you run code without provisioning or managing servers
  • Triggers your code in response to events
  • Scales automatically
  • Provides built-in code monitoring and logging with Amazon CloudWatch

AWS Lambda use cases:

  • Web apps
  • Backend
  • Data processing
  • Chatbots
  • Amazon Alexa
  • IT automation

Steps to setup env:

  1. Build a virtual environment
  • python3 -m venv ~/.venv
  • source ~/.venv/bin/activate
  1. Install libraries with the Makefile
  • make install

About

Build an AWS Lambda function in Python that uses Boto3 to communicate with Amazon S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published