Skip to content

skygroundmedia/lambda-exercises

Repository files navigation

AWS Lambda Exercices

This is a work in progress. Therefore, please be patient as I continue iterating and figuring out a simple process for Lambda development. My overall goal is to craft a workflow using NodeJS that solves many of the basic problems every app needs.


Workflow

I'm still in the process of perfecting this but so far here is my process.

Steps 1 - 4

[Create a method on your local computer] => [Create an API] => [Create a Resource (aka Endpoint)] => [Assign a Lambda function] => [Test]

AWS Lambda Stack


Demos

Basics

  • app-01 is as good example of how to create NodeJS functions, package and upload them to AWS S3 so that you can then link them to AWS API Gateway as Lambda functions.

Image Manipulation

In progress

Events

In progress

About

Answers to basic app problems using AWS Lambda.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published