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.
- Host: GitHub
- URL: https://github.com/realiti4/mpp-reader-lambda
- Owner: realiti4
- Created: 2023-07-30T08:03:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T11:30:27.000Z (almost 3 years ago)
- Last Synced: 2025-06-28T23:09:01.571Z (12 months ago)
- Topics: aws-lambda, json, mpp, msproject, xml
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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