eventbridge-canon icon indicating copy to clipboard operation
eventbridge-canon copied to clipboard

Open source simple UI to Publish, Save and Share AWS EventBridge Events

Results 4 eventbridge-canon issues
Sort by recently updated
recently updated
newest added

Without setting up your profile on your machine and if you try and just use the ENV variables the project will not load and will complain for a REGION to...

documentation

When running the command to populate the event database, I'm getting the following error: npm run populate ``` > [email protected] populate > babel-node scripts/populate.js [1/2] - Fetching all schemas for...

This is required so that we can get rid of this error: ``` It looks like you're trying to use TypeScript but do not have typescript installed ``` https://stackoverflow.com/a/74854285/90599 It...

Renamed `REGION` to `AWS_REGION` as `npm run populate` throws an error otherwise. ``` throw new Error("Region is missing"); ```