Closed rieckpil closed 2 years ago
We currently create the Dynamo DB table with an initializer during our Spring Boot application launch.
To separate the application from any infrastructure creation concerns, I'd suggest using the AWS CDK for this approach.
I've prepared the required changes and tested everything locally & on my current recording branch in eu-west-1.
eu-west-1
Furthermore, would suggest making the tracing process async so that storing the trace doesn't block the index page from being rendered.
If you think that makes sense, I'll adjust the manuscript for it.
We currently create the Dynamo DB table with an initializer during our Spring Boot application launch.
To separate the application from any infrastructure creation concerns, I'd suggest using the AWS CDK for this approach.
I've prepared the required changes and tested everything locally & on my current recording branch in
eu-west-1
.Furthermore, would suggest making the tracing process async so that storing the trace doesn't block the index page from being rendered.
If you think that makes sense, I'll adjust the manuscript for it.