Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.18 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.18 KB

Inversion Cloud API Engine - Lambda Quick Start Guide

Inversion is the fastest way to deliver full featured and secure REST APIs.

See https://github.com/inversion-api/inversion-engine for full documentation.

Quick Start Instructions

  • Have at least Java 8 installed on your system.
  • Use this repo as a template or otherwise clone/fork etc.
  • Repackage and modify "me.repackage.MyInversionApiGatewayRequestStreamHandler.java" to fit your needs.
  • Run 'gradle build'.
  • Gradle will produce a build/distributions/${project_folder_name}.zip that you can upload to AWS as your Lambda code archive.
  • Identify whaver you renamed "me.repackage.MyInversionApiGatewayRequestStreamHandler".handleRequest as your handler.
  • Point an API Gateway proxy endpoint at your Lambda.

Finally, we would love your feedback, bug reports, and best of all PRs!

Thanks & enjoy, from the Inversion team @ Rocket Partners