Hi all! It seems the setting for AWS API-Gateway (...
# aws
f
Hi all! It seems the setting for AWS API-Gateway (aws.cloudwatch.apigateway) Cloudwatch logging is missing in Pulumi - could that be the case? There is only the possibility to specify the custom access logging and the x-ray logging, but no option to enable general Cloudwatch logging (see image)?
g
This could be an issue of missing features in the provider. AWS provider is generated from terraform provider https://github.com/pulumi/pulumi-aws https://github.com/hashicorp/terraform-provider-aws I'd suggest looking into TF provider issues
f
Thanks! I'll look that up!