I have been following this document to create a hosted version in AppConfig via CLI.
Issue :
The content
parameter in the aws command expects a strict type of blob. I want to upload a relative large yaml file of approx 40kB which is present in my code repo as the content
which is of type blob.
What would be the ideal way to convert this yaml file to base64 and add to the content
param all via CLI?
I manually tried to convert the yaml to base64 and add in the command but CLI couldn't handle that much data and didn't respond.
Note : Using Powershell in VSCode Windows