Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishant-jain-94/text-transform-json-to-yaml
Transforms text from JSON to YAML
https://github.com/nishant-jain-94/text-transform-json-to-yaml
Last synced: 5 days ago
JSON representation
Transforms text from JSON to YAML
- Host: GitHub
- URL: https://github.com/nishant-jain-94/text-transform-json-to-yaml
- Owner: nishant-jain-94
- Created: 2020-06-18T00:17:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T22:20:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T08:33:23.766Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Transform JSON to YAML
Inputs JSON Text from the S3 Buckets, transforms into YAML and emits out into the S3 Bucket. This Docker Container runs as a Job in **AWS Batch**. This Job needs relevant permissions to the source and destination buckets.
## Environment Variables
- `SOURCE_BUCKET` - Refers to the S3 Bucket from where the JSON text needs to be inputted.
- `SOURCE_FILE` - Refers to the JSON File present in the S3 Bucket
- `DESTINATION_BUCKET` - Refers to the Destination S3 Bucket where the YAML needs to be outputted into.