Skip to content

edevries1/luminis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luminis

This lambda function reads data from an S3 bucket and processes it. The files need to be placed in a subfolder of incoming/. The generated report will be placed in outbound/.

Output

The output generated is an XML document with the following structure:

<?xml version="1.0" encoding="UTF-8"?>
<results>
   <incorrectBalance>
      <transaction reference="112414">
         <description>Candy for Rik Bakker</description>
      </transaction>
      <transaction reference="131317">
         <description>Tickets for Vincent Theuß</description>
      </transaction>
   </incorrectBalance>
   <duplicates />
</results>

Deploying

Create an S3 bucket to host the code, then alter the deploy.sh script to use that bucket name. Then execute ./deploy.sh to build the code and apply the CloudFormation templates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors