Package io.lambda.aws

Class AwsLambdaRuntime


  • @Introspected
    public class AwsLambdaRuntime
    extends java.lang.Object
    Since:
    7.11.2020
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void invoke​(java.lang.String[] args)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AwsLambdaRuntime

        public AwsLambdaRuntime()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • invoke

        public void invoke​(java.lang.String[] args)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception