helpful-ice-5738
02/08/2019, 10:26 PMapiKeyRequired
and use of apigateway.Method at all (I have an apikey, usageplan, and usageplankey)white-balloon-205
API
. In the meantime, if you need to use those you may need to either create the individual resources directly, or use the overload of the constructor that allows passing an OpenAPI Json spec, which would I believe let you embed API key and other details.
Cc also @lemon-spoon-91807.helpful-ice-5738
02/09/2019, 12:13 AMconst demo_lambda_uri = pulumi.interpolate
`arn:aws:apigateway:${config.region}:lambda:path/2015-03-31/functions/${demo_lambda.arn}/invocations`;
to get a uri to pass to Integration… and I consistnetly get the AWS error`Invalid ARN specified in the request`.Integration
)lemon-spoon-91807
02/09/2019, 12:14 AMhelpful-ice-5738
02/09/2019, 12:19 AMlemon-spoon-91807
02/09/2019, 12:20 AMhelpful-ice-5738
02/09/2019, 12:33 AMlemon-spoon-91807
02/09/2019, 12:33 AMhelpful-ice-5738
02/09/2019, 12:40 AM