Skip to content

Instantly share code, notes, and snippets.

View kyorohiro's full-sized avatar
⚔️
Busy

Kiyohiro Kawamura kyorohiro

⚔️
Busy
View GitHub Profile
@steinwaywhw
steinwaywhw / AWS Lambda: Hello World.md
Last active March 8, 2022 10:40
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