Part I of the Serverless Guide using AWS Lambda, Java 11, and Maven.
This part focuses on the first 'Hello World' function and explains the required step to use the Serverless Framework to deploy a Maven-based Java 11 project to AWS Lambda.
Part I: • Deploying an AWS Lambda with Java, Maven a...
Part II: • AWS Lambda HTTP Endpoint Function with Jav...
Part III: • Event-based AWS Lambda Function with Java ...
Part IV: • Scheduled (Cron) AWS Lambda Function with ...
Part V: • Custom AWS Lambda Payload Serialization Wi...
Further resources:
» Source code: https://github.com/rieckpil/blog-tuto...
» Serverless homepage: https://www.serverless.com/
» Real-world AWS Lambda example to create image thumbnails: https://rieckpil.de/aws-lambda-with-s...
#AWSLambda #Java #Serverless #Introduction