serverless / plugins

Serverless Plugins – Extend the Serverless Framework with these community driven plugins –
https://www.serverless.com
983 stars 328 forks source link

add serverless remote json envs plugin #410

Closed juancarestre closed 1 year ago

juancarestre commented 1 year ago

This Serverless Framework Plugin allows to use plain JSON files in remote locations being parsed as environment variables in a lambda, this unlocks ability to do integrations with anothers services, apps and/or SSM ParameterStore, S3 to save many environment variables in a single parameters key as a JSON.

juancarestre commented 1 year ago

@juancarestre great thanks for proposal, but this change introduces syntax error to our JSON file, please revise

done, thank you @medikoo