Hi, I'm trying to store environment variables in the SSM Parameter store, as suggested on the sst website. Interesting problem, I've set up a function to read parameters from the paremeter store and return an object with key:value pairs rather than the list of more complex objects AWS returns. Anyway, when I run this function from a lambda it works fine, but when I run it from index.ts to pull in vars I need to initiate the stack, it runs fine, but all of my variables come back in the 'InvalidParameters' part of the response, even though they do exist. I thought it might be a permissions issue, but this is different from the behavior I was seeing before I granted permission, it doesn't error out just returns as invalid.