To be able create instances of some of the types exposed via lambda_http::aws_lambda_events, it would help if the builders feature from aws_lambda_events was exposed.
In my specific case, I'm trying to create an aws_lambda_events::apigw::ApiGatewayProxyResponse instance to assert that the expected value was returned in a test. As it stands right now, I have to create use ApiGatewayProxyResponse::default() then separately set the fields I need.
Related: #1060
To be able create instances of some of the types exposed via
lambda_http::aws_lambda_events, it would help if thebuildersfeature fromaws_lambda_eventswas exposed.In my specific case, I'm trying to create an
aws_lambda_events::apigw::ApiGatewayProxyResponseinstance to assert that the expected value was returned in a test. As it stands right now, I have to create useApiGatewayProxyResponse::default()then separately set the fields I need.Related: #1060