Skip to content

LeonardMF/programming-aws-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code examples for programming AWS Lambda with different programming languages:

  • Node.js / JavaScript
  • Python
  • Java
  • C#

The code samples were created using the serverless framework (for Node.js, Python), Eclipse (for Java), and Visual Studio 2015 (for C#), respectively.

A video tutorial that I recorded in March 2017 can be purchased via Pack Publishing: https://www.packtpub.com/virtualization-and-cloud/learning-aws-lambda-video. In the video, I explain the basic programming and deployment model for AWS Lambda and I show how to combine AWS Lambda with other AWS services, in particular, with API Gateway Service, DynamoDB, and S3, using different programming languages for implementing the business logic. The focus of the video is on JavaScipt/Node.js (Volume I) but I also give a short introduction to programming AWS Lambda (in combination with different AWS services) using Java with Eclipse, Python with serverless framework, and C# with .NET and Visual Studio (Volume II).

About

Code examples for programming AWS Lambda with NodeJS, Java, Python, and C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.4%
  • Java 28.4%
  • Python 22.3%
  • C# 7.8%
  • HTML 1.1%