Skip to content

meehnia/meehnia-aws-lambda-java-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsupported AWS Lambda Java Events

Event Models Supported Through This Library

The following event models do not require any SDK dependencies

  • ApplicationLoadBalancerRequestEvent
  • ApplicationLoadBalancerResponseEvent

so the dependencies section in the pom.xml file would like this

<dependencies>
    ...
    <dependency>
        <groupId>com.amazonaws</groupId>
        <artifactId>aws-lambda-java-core</artifactId>
        <version>1.1.0</version>
    </dependency>
    <dependency>
        <groupId>com.meehnia</groupId>
        <artifactId>meehnia-aws-lambda-java-events</artifactId>
        <version>1.0.0</version>
    </dependency>
    ...
</dependencies>

About

Event interface definitions AWS services not currently supported by AWS Lambda.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages