fool
2
This is how I handle keys, since carriage returns are really tough in environment variables:
Additionally, please note that there is a hard limit of 4k total characters in environment shipped to a lambda function - in the format:
VAR1=val1,VAR2=val2 ...
so…it’s pretty challenging to get that key in there depending on length!