Skip to content

sachtuli/aws-sqs-lambda-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example: AWS SQS and Lambda in JAVA.

This repository contains example code which is integrating SQS and Lambda. The code reads the SQS event from a file SQS_Event.json, parses the JSON and creates a xml file dynamically. It reads the sample xml message, replaces the attributes and create a new xml file. This example also includes creating a final xml string and sending a POST request using Apache HTTPS.

Deploy

  1. To build the deployment package, use the mvn package command. For installing maven dependencies you can look into pom.xml. Also, for reference purpose visit this link on AWS website

  2. This command generates a JAR file in the target directory.

  3. Update your Lambda function with the new JAR created.

About

AWS Lambda and SQS Integration using Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages