Daniel Lindberg
Daniel Lindberg
As announced [here](https://aws.amazon.com/about-aws/whats-new/2018/10/amazon-api-gateway-adds-support-for-aws-waf/), API Gateway now natively supports WAF. Would be great to have access to this functionality through SAM More detailed description of steps required to set this up...
Roadmap?
@joscha , I was wondering if there is any roadmap available for this project? If not, is there currently any ongoing development to implement new features? (besides keeping up to...
Inside the `UsernamePasswordAuthUser.class` you can find the following snippets of code related to creating and checking password hashes: ``` /** * You *SHOULD* provide your own implementation of this which...
What is the purpose of having the empty AppModel in the sample project? Wouldn't it work just as well to extend Model where AppModel is used now?
This is a duplicate of a request that I added to the jsonschema2dataclass repo back when it was referred to as the "official" version of the gradle plugin for jsonschema2json....
I'm experiencing issues with where in my Datadog logs for a java service, I'm seeing dd.trace entries which are not being parsed and additionally are being categorized as errors. I've...
## Scope of request New option for an existing attribute is desired ## Expected behavior Fn::GetAtt on a AWS::RDS::DBCluster resource returns DBClusterResourceId for the resource ## Helpful Links to speed...
The following line unconditionally sets the LocationConstraint if a region is specified. https://github.com/jariz/gatsby-plugin-s3/blob/master/gatsby-plugin-s3/src/bin.ts#L199 But per the S3 API documentation, us-east-1 is not a valid LocationConstraint. https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucketConfiguration.html When we configure our...
This issue is somewhat involved to explain, so I took the lombok example from the mapstruct-examples repo and adapted a bit to create a repro which can be found here:...
I have a field in my JSON that looks like this `AllowedOAuthFlowsUserPoolClient: true` which I want to map to this field `AllowedOAuthFlowsUserPoolClient *bool `type:"boolean"`` This gives me the error `*...