Dillon Fearns
Dillon Fearns
This is something I may be able to contribute, but I'd first like to see if there's reasoning for the scan
Thank you @malachi-constant , I'll give this a go on Friday. If I change this function to use partiql instead of scan, the `dynamodb:PartiQLSelect` IAM permission will be required instead...
I'd lean towards breaking change for the 3.0 release, as it looks like there's a 3.0 in the works? I've been away with the flu so haven't had time to...
While it may be nice, I'm not sure a fluent api or similar is really necessary for this feature to be implemented. According to the [lambda event filtering docs](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax) >...
I can give this a go this week
@kaizencc @wtho I've been playing around with this as the API. Would love to hear thoughts ```typescript const patternExample: FilterPattern = { "arbitrary": { "depth": { "of-keys": { "nullField": FilterExpression.isNull(),...
I'm was hoping to get some feedback on my above comment before doing more
I no longer have time to contribute this, but it looks like @marciocadev 's pull request introduces a similar API which looks good
I would like to adopt Ruff as our main tool for linting, but our main blocker is the v1/stable release. For now however, we're going to be running ruff alongside...
The CFN property is called [enableHttpEndpoint](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint)EnableDataApi is just the property name the Serverless v1 CDK construct uses