This message was deleted.
# yaml
s
This message was deleted.
r
This one
aws-apigateway:RestAPI
seems much easier and simpler to use, I can set it up and integrate with a lambda function in 4 lines of code, and it deploys and gives me the output URL. However, I could not work out how to add a
{proxy+}
method on it, and I cannot find the documention on it. All the documentation seems to be for the
aws:apigateway:restApi
version (or the
aws-native
provider) The other method, so far I have 40 lines of code and still no working lambda integration.
t
The former is a raw resource that comes from the AWS provider. The latter is a high-level component from AWSX (see https://github.com/pulumi/pulumi-aws-apigateway)
r
@tall-librarian-49374 thank you!