viswanath7 / lambda-hello-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Objective

The objective of this project is to show case the usage of spring cloud function in AWS using lambda functions.

lambda-hello-world-master Actions Status

Usage

  • Build the project by issuing the command mvn clean package
  • Deploy the function to AWS as lambda function
    • Create a function

      create-function

    • Select the function's jar package

      create-function

      create-function

    • Edit the runtime settings by specifying the spring handler function

      create-function

      create-function

    • Test the function and verify the result

      create-function

      create-function

About


Languages

Language:Java 100.0%