Dennis Dang
12/15/2021, 10:21 PMFailed to fetch resources. TypeError: pattern.source[0].startsWith is not a function
at /Users/dennisdang/Desktop/canopy/api/node_modules/@serverless-stack/cli/scripts/util/ConstructsState.js:326:30
at Array.filter (<anonymous>)
at ConstructsState.buildEventBusData (/Users/dennisdang/Desktop/canopy/api/node_modules/@serverless-stack/cli/scripts/util/ConstructsState.js:322:8)
at runMicrotasks (<anonymous>)
Example rule construct that I logged. The source is nested inside event pattern json.
{
Name: 'xxxx',
Arn: 'xxxx',
EventPattern: '{"detail-type":["Failed New Payment Request"],"source":["canopyapi.payment_request"]}',
State: 'ENABLED',
EventBusName: 'xxxx'
},
Frank
Dennis Dang
12/20/2021, 4:04 PM