Mark Lambert
Mark Lambert
AWS has a library in development to interact with AWS GSR https://github.com/awslabs/aws-glue-schema-registry. The AWS SDK can also be used.
**Describe the bug** When trying to connect to pmr redshift container DB with [redshift_connector ](https://pypi.org/project/redshift-connector/), I get the following error. `ProgrammingError({'S': 'FATAL', 'V': 'FATAL', 'C': '42704', 'M': 'unrecognized configuration parameter...
Is the mock lambda test tool supposed to populate values in the ILambdaContext in my function handler? Specifically, in my config file, I have `function-timeout` set to 30 and `function-memory-size`...
### What happens? I am trying to read a large Parquet file from AWS S3 using pre-signed URLs. The expectation is that DuckDB-WASM will be able to do partial reads...
### Summary I need the ability to set custom tags on the AMI and EBS Snapshot created. ### Description Our organization has a requirement of tagging all resources with a...
### Summary Expose variables to set AMI share permisions ### Description I need to automate sharing within our AWS Organization a custom AMI built with this repo. Right now I...
Upgrading the package from 0.2.4 to 0.2.6 requires downgrading `certifi`, `requests` and `urllib3` to the versions pinned in 0.2.6. This is a regression introduced in #63. A change was made...
**Describe the outcome you'd like** When requesting a new account provisioned, we need the ability to request a commercial & GovCloud pair be created with the [CreateGovCloudAccount](https://docs.aws.amazon.com/organizations/latest/APIReference/API_CreateGovCloudAccount.html) API call. **Is...
Is there a way to install the package without Pandas? My use case is that I have Pandas installed as a development dependency, and Pandas packaged in a Lambda Layer...