Pinned Repositories
appsync-workshop
Sample app showing how to implement and automatically provision & deploy a secure, scalable, serverless GraphQL API that supports query, mutation and subscription operations (supporting real-time updates) using AWS AppSync (and DynamoDB, Cognito and the AWS CDK).
awspring-spring-cloud-aws
The New Home for Spring Cloud AWS
brighttalk-channel-reporting-api-client
Java implementation of API client for BrightTALK's Channel owner reporting APIs. NOTE: This repo is frozen. All further development of the API client will take place in the BrightTALK repo:
java10-examples
Java code examples for the major new language features that were added to Java 10.
java11-examples
Java code examples for the major new language features added in JDK 11 that are of interest to devs.
java17-examples
Examples of Java language features available in Java 17 (new features introduced since previous LTS release, Java 11).
java9-examples
Java code examples for the major new language features that were added to Java 9.
restassured-example
An example of how to use the REST-assured library to write black-box, functional tests for REST APIs in Java.
time-service
Sample REST API service built using Java and Spring Boot, packaged and deployed as Docker container.
time-service-aws-severless-java-container
Sample backend (micro) service built using Java/Spring Boot, re-engineered to run on AWS Lambda platform, using a solution based on the AWS Serverless Java Container library.
neiljbrown's Repositories
neiljbrown/java11-examples
Java code examples for the major new language features added in JDK 11 that are of interest to devs.
neiljbrown/restassured-example
An example of how to use the REST-assured library to write black-box, functional tests for REST APIs in Java.
neiljbrown/appsync-workshop
Sample app showing how to implement and automatically provision & deploy a secure, scalable, serverless GraphQL API that supports query, mutation and subscription operations (supporting real-time updates) using AWS AppSync (and DynamoDB, Cognito and the AWS CDK).
neiljbrown/brighttalk-channel-reporting-api-client
Java implementation of API client for BrightTALK's Channel owner reporting APIs. NOTE: This repo is frozen. All further development of the API client will take place in the BrightTALK repo:
neiljbrown/java10-examples
Java code examples for the major new language features that were added to Java 10.
neiljbrown/java9-examples
Java code examples for the major new language features that were added to Java 9.
neiljbrown/java-functional-interface-examples
A set of Java code examples illustrating the set of functional interfaces that were added to the JDK's java.util.function package in Java 8+.
neiljbrown/java17-examples
Examples of Java language features available in Java 17 (new features introduced since previous LTS release, Java 11).
neiljbrown/json-schema-validation-examples
JSON Schema validation examples
neiljbrown/testcontainers-examples
A collection of code examples that demonstrate using the Testcontainers Java library to aid writing integration tests for Java code that integrates with infrastructure such as RDBMS', message brokers, etc.
neiljbrown/amazon-cdk-workshop
Java implementation of an AWS CDK app developed as part of completing the 'AWS CDK workshop'.
neiljbrown/aws-serverless-java-container-spring-boot-starter
Generated copy of the AWS serverless Java container library's starter app for deploying and running a Spring Boot web app/APIs on the AWS Lambda platform, using AWS API Gateway as a proxy.
neiljbrown/gradle-svntools-plugin
Gradle plugin that provides various SVN-related tasks
neiljbrown/spring-cloud-build
Common build concerns, shared plugin configuration, etc. for Spring Cloud modules
neiljbrown/spring-cloud-stream-my-examples
Examples of building message-driven microservices using the Spring Cloud Stream framework.
neiljbrown/time-service
Sample REST API service built using Java and Spring Boot, packaged and deployed as Docker container.
neiljbrown/time-service-aws-severless-java-container
Sample backend (micro) service built using Java/Spring Boot, re-engineered to run on AWS Lambda platform, using a solution based on the AWS Serverless Java Container library.
neiljbrown/awspring-spring-cloud-aws
The New Home for Spring Cloud AWS
neiljbrown/spring-cloud-aws
Integration for Amazon Web Services APIs with Spring
neiljbrown/spring-kafka-my-examples
My examples of using the Spring for Kafka library to simplify building message-driven microservices that use the Kafka message broker.
neiljbrown/spring-retry
neiljbrown/stratospheric