Dirk Luijk
Dirk Luijk
Based on https://github.com/axe-me/vite-plugin-node/pull/112, I took it a bit further. Since I wasn't directly able to get everything to work locally, I did some rework and applied the following changes: *...
Is it possible to add the `Request` object to `WretchError`. This is useful for several cases, such as logging the HTTP method and URL when something went wrong and the...
Closes #264
Artillery has a lot of deprecated dependencies: ``` npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want...
### Issue # (if applicable) Closes #34747 ### Reason for this change See issue ### Description of changes Added a flag to skip permissions ### Describe any new or updated...
### Describe the feature Similar to the `LambdaDestination` in [aws-logs-destinations](https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/aws-logs-destinations): https://github.com/aws/aws-cdk/blob/47a3ee3e7590fd085530cd16417fd506c5b9f4d7/packages/aws-cdk-lib/aws-logs-destinations/lib/lambda.ts#L13 I would like to have the same option in the `LambdaDestination` in [aws-s3-notifications](https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib/aws-s3-notifications). This feature request is similar to...