Open wshayes opened 4 years ago
bonus points for creating an AWS lambda service to do this and fronting it via the API gateway.
I can pick this one up @wshayes and explore the lambda option. To work around the 6 MB lambda response payload limit we could return 413 Payload Too Large
. Alternatively it can be stored in S3, but that adds cost.
That would be awesome!
On Jan 18, 2020, at 4:12 PM, Tony Bargnesi notifications@github.com wrote:
I can pick this one up @wshayes https://github.com/wshayes and explore the lambda option. To work around the 6 MB lambda response payload limit we could return 413 Payload Too Large. Alternatively it can be stored in S3, but that adds cost.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jsongraph/json-graph-specification/issues/41?email_source=notifications&email_token=AACZF5YPNEQPSJQO5Q2PBHLQ6NWE5A5CNFSM4JW6YLM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJKCB7I#issuecomment-575938813, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACZF54NIWQYLLSPLOB4QDDQ6NWE5ANCNFSM4JW6YLMQ.
Need a script to convert from JGF1.0 to JGF2.0 (which will use dictionaries for the nodes and edges instead of arrays).