aws-ia / cloudformation-pagerduty-resource-providers

PagerDuty CFN Registry resource
Apache License 2.0
7 stars 12 forks source link

Project stability #53

Open hoegertn opened 9 months ago

hoegertn commented 9 months ago

I was wondering if this project is meant to reach a stable state or if it is a proof of concept.

I see some lines of code that seem unfinished: https://github.com/aws-ia/cloudformation-pagerduty-resource-providers/blob/main/PagerDuty-Services-Integration/src/handlers.ts#L73 https://github.com/aws-ia/cloudformation-pagerduty-resource-providers/blob/main/PagerDuty-Services-Integration/pagerduty-services-integration.json#L316 https://github.com/aws-ia/cloudformation-pagerduty-resource-providers/blob/main/PagerDuty-Services-Integration/src/handlers.ts#L99

Also, the integration key is not exposed, so downstream resources cannot reference it.

I would love to know if this is something I can plan within the near future.