Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SchwarTech/aws-lambda-servlet

Open more actions menu
 
 

Repository files navigation

AWS Lambda servlet

This project makes it easier to reuse servlet code inside of AWS Lambda. It is based on the bleshik/aws-lambda-servlet public domain project.

How is this different than the public domain project?

We have fixed a few minor bugs in the original project related to case sensitivity. We also added annotation processing that creates the servlet wrapper class automatically.

How do I include it in my Gradle project?

  1. Add the jitpack repo to the repositories section

    maven { url 'https://jitpack.io' }
    
  2. Add the dependency version (replace x.y.z with the appropriate version from the JitPack site)

    def awsLambdaServlet = 'x.y.z'
    
  3. Add the annotation processor and API to the dependencies section

    annotationProcessor "com.github.aws-samples:aws-lambda-servlet:$awsLambdaServlet"
    api "com.github.aws-samples:aws-lambda-servlet:$awsLambdaServlet"
    

Can I see an example?

Yes, an example is coming in the IoT reference architectures repository soon!

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 96.4%
  • Kotlin 3.6%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.