Skip to content

This lambda app downloads given mpp url file and returns as json or xml.

Notifications You must be signed in to change notification settings

realiti4/mpp-reader-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPP File to Json Lambda App

This app downloads given mpp url file and returns as json.

  • Build with docker and push to Aws ECR. First docker login if you haven't

    aws ecr get-login-password --region eu-central-1 | docker login --username AWS --password-stdin {account-id}.dkr.ecr.eu-central-1.amazonaws.com
    
    docker build . -t {account-id}.dkr.ecr.eu-central-1.amazonaws.com/{container-name}
    
    docker push {account-id}.dkr.ecr.eu-central-1.amazonaws.com/{container-name}:latest
    
  • Create your lambda function from image on Aws console

About

This lambda app downloads given mpp url file and returns as json or xml.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published