Make your lambdas work right with Lambda.

Using a basic Serverless framework event config like this:

Properties files

functions:
  hello:
    handler: kh.javalambda.HelloLambda::myHandler
    events:
      - http:
        path: hello
        method: get

…will create an API Gateway config with the Lambda Proxy feature enabled.

#java #tutorial #aws lambda #serverless

AWS Lambda Errors With Java Lambdas and Serverless Framework
1.70 GEEK