Richard P. Field III

Results 6 issues of Richard P. Field III

This commit adds POCOs to model S3 object events routed via EventBridge. closes #1072

pr/needs-review

I have configured my S3 bucket to send events using EventBridge as described in [this recently released feature](https://aws.amazon.com/blogs/aws/new-use-amazon-s3-event-notifications-with-amazon-eventbridge/). Below is an example JSON payload that a Lambda Function will recieve....

feature-request
pr/needs-review
module/lambda-client-lib

I'm trying to work through setting up JWT authentication and your documentation [here](https://developers.docusign.com/platform/auth/jwt/jwt-get-token/) says that the function `sendJWTTokenRequest` can be used to automate JWT auth. However, it [does not seem](https://github.com/docusign/docusign-esign-node-client/blob/8515bd623ab16416869f74af90bdb8637babf919/src/ApiClient.js#L68-L93)...

responded
DCM-7767

* fix a bug with the authenticated connection string generation * add a .NET editorconfig

bugfix

This is a bit of a contrived example but given the following schema how would you suggest to maintain unique entities? ``` typescript class BlogPost extends Entity {} const schema...

enhancement

I am using asdf and dotnet-core with GitLab Runner and am having issues with the `set-dotnet-home.bash` script. I have added it to the `.bashrc` file of the Docker image being...