Skip to content

abbyjeet/aws-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Requirements

Please make sure that the AWS CLI is set up and configured before running these examples

For more information, see: Configuring AWS CLI

How to get intellisense in VS Code and Jupyter notebook

Install boto3-stubs as per the instructions given here:
https://mypy-boto3.readthedocs.io/en/latest/

Amazon Chalice - Python Serverless Microframework for AWS

https://aws.github.io/chalice/

How to debug python lambda function in VS Code

https://blog.thundra.io/debug-your-python-functions-locally

Install the Python Tools for Visual Studio Debug (PTVSD) Package

pip install ptvsd -t .

About

Lambda functions, AWS management through python using boto3,

Resources

Stars

Watchers

Forks