Coder Social home page Coder Social logo

ajesh-cr / aws-lambda-java-libs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws/aws-lambda-java-libs

0.0 1.0 0.0 206 KB

Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.

Home Page: https://aws.amazon.com/lambda/

License: Apache License 2.0

Java 100.00%

aws-lambda-java-libs's Introduction

AWS Lambda Java Support Libraries

Interface definitions for Java code running on the AWS Lambda platform.

For issues and questions, you can start with our FAQ and the AWS forums

To get started writing AWS Lambda functions in Java, check out the official documentation.

Disclaimer of use

Each of the supplied packages should be used without modification. Removing dependencies, adding conflicting dependencies, or selectively including classes from the packages can result in unexpected behavior.

Release Notes

Check out the per-module release notes:

Where to get packages


Maven

<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-core</artifactId>
  <version>1.2.1</version>
</dependency>
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-events</artifactId>
  <version>3.1.0</version>
</dependency>
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-events-sdk-transformer</artifactId>
  <version>2.0.0</version>
</dependency>
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-log4j2</artifactId>
  <version>1.2.0</version>
</dependency>

Gradle

'com.amazonaws:aws-lambda-java-core:1.2.1'
'com.amazonaws:aws-lambda-java-events:3.1.0'
'com.amazonaws:aws-lambda-java-events-sdk-transformer:2.0.0'
'com.amazonaws:aws-lambda-java-log4j2:1.2.0'

Leiningen and Boot

[com.amazonaws/aws-lambda-java-core "1.2.1"]
[com.amazonaws/aws-lambda-java-events "3.1.0"]
[com.amazonaws/aws-lambda-java-events-sdk-transformer "2.0.0"]
[com.amazonaws/aws-lambda-java-log4j2 "1.2.0"]

sbt

"com.amazonaws" % "aws-lambda-java-core" % "1.2.1"
"com.amazonaws" % "aws-lambda-java-events" % "3.1.0"
"com.amazonaws" % "aws-lambda-java-events-sdk-transformer" % "2.0.0"
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.2.0"

Using aws-lambda-java-core

This package defines the Lambda Context object as well as interfaces that Lambda accepts.

Using aws-lambda-java-events

This package defines event sources that AWS Lambda natively accepts. See the documentation for more information.

Using aws-lambda-java-events-sdk-transformer

This package provides helper classes/methods to use alongside aws-lambda-java-events in order to transform Lambda input event model objects into SDK-compatible output model objects.
See the documentation for more information.

Using aws-lambda-java-log4j2

This package defines the Lambda adapter to use with log4j version 2. See the README or the official documentation for information on how to use the adapter.

aws-lambda-java-libs's People

Contributors

asuresh8 avatar avanathan avatar axthosarouris avatar bmoffatt avatar bradleylyman avatar carlzogh avatar galquezar avatar hercules90 avatar hyandell avatar iconara avatar ivoanjo avatar jccarrillo avatar jeremywall avatar miere avatar msailes avatar mukhtar avatar philcali avatar prajesh1 avatar raupachz avatar senioroman4uk avatar shunyy avatar stepio avatar timgustafson avatar vbellotto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.