Skip to content

Sample AWS Lambda Service (Create, List, Invoke) on Localstack.

License

Notifications You must be signed in to change notification settings

alghoshal/localstack-lambda-java-sdk-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localstack-lambda-java-sdk-v1

Sample app for working with AWS Lambda services on Localstack

  • Filling in for the missing AWS Lamda bit in the localstack-aws-sdk-examples/java-sdk-examples/java-sdk-v1 repo

  • Showcases Create, List, Invoke calls of AWS Lambda on Localstack

  • Deploys the java-basic sample-app from the aws-lambda-developer-guide

  • Java-basic is built targeting the java8.al2 runtime:

    • Accordingly version & release have been changed within pom.xml
    • HandlerStream.java & test folder has been deleted
  • Only the example.HandlerDivide::handleRequest is shown

About

Sample AWS Lambda Service (Create, List, Invoke) on Localstack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages