Continuous Publication (for APIs)

An attempt to utilise the AWS Serverless Developer Portal which is updated through the use of CI/CD to ensure that published API documentation is kept in sync with whats actually running.

Building a @Dataset for JUnit5

And finally, utilising custom annotations to populate our data stores. For those joining at this point, I’m exploring the ability to succinctly inject test data sets into my JUnit test cases (running DynamoDb in a LocalStack container).

Configuration through Annotation

In the last post in the series we showed how to setup a DynamoDb container through docker, and connect to that from a running java client. But that just created a database instance and not the data structures that we’re going to need.


Find me on ...