Skip to content

Instantly share code, notes, and snippets.

@cemakpolat
cemakpolat / AWS Lambda: Hello World.md
Created August 19, 2021 07:41 — forked from steinwaywhw/AWS Lambda: Hello World.md
An extremely simple AWS Lambda example in Python 3.

Preface

In general, AWS services can be accessed using

  1. AWS web interface,
  2. API libraries in a programming language, such as boto3 for Python 3,
  3. AWS command-line interface, i.e. awscli.

I opted for the API library since it is