John Buxton
John Buxton
I'm trying to read a file which contains ENUM types, however (e.g. `parquet-tools schema` shows something like `required binary entryMethod (ENUM);`) but `parquetjs.ParquetReader.openFile()` just throws an error: ``` Invalid ENUM...
## Bug Report It's **impossible** to work with serverless offline without connect to AWS if your `serverless.yml` file contains any variables which resolve from AWS (e.g. `${aws:accountId}` or `${ssm:/some/path}`). You...
My serverless stack includes an API endpoint which I want to use for local testing. I've added a stream lambda which works with `serverless-offline-dynamodb-streams` and Localstack, but I don't always...
The new `${aws:blah}` variables look great. But they don't work with serverless-offline !!! Your plugin has the common sense to *not* try to connect to AWS when running in offline...