dragankoz
dragankoz
As per the aws documentation, [Custom runtimes](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html) Processing tasks Get an event – Call the [next invocation](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html#runtimes-api-next) API to get the next event. The response body contains the event data....
Would like to be able to produce the following yaml snippet using annotations but not sure how to create nestable entries: ``` x-amazon-apigateway-integration: type: aws_proxy httpMethod: POST uri: Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${GetProductsFunction.Arn}/invocations"...
When the plugin fails to retrieve the openapi file fromt the server, it should error stop the maven build process. Currently an error is emitted but the maven process continues....