An open API service indexing awesome lists of open source software.

https://github.com/realiti4/mpp-reader-lambda

This lambda app downloads given mpp url file and returns as json or xml.
https://github.com/realiti4/mpp-reader-lambda

aws-lambda json mpp msproject xml

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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