Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.