awslabs / sbt-aws

SaaS Builder Toolkit for AWS is a developer toolkit to implement SaaS best practices and increase developer velocity.
Apache License 2.0
90 stars 16 forks source link

Developer guide: application plane integration to control plane #42

Closed wirjo closed 4 days ago

wirjo commented 1 month ago

Describe the issue

New sample code required. The below no longer works as eventBusArn parameter appears to longer exists in favor of eventManager.

new CoreApplicationPlane(this, 'CoreApplicationPlane', {
      eventBusArn: props.eventBusArn,
      jobRunnerPropsList: [provisioningJobRunnerProps],
});

Links

https://github.com/awslabs/sbt-aws/blob/main/docs/public/README.md