-
- Downloads
AWS implementation of Notification Service
commit 56d7e195 Author: Rucha Deshpande <deshruch@amazon.com> Date: Wed Oct 14 2020 10:57:36 GMT-0500 (Central Daylight Time) update env vars commit 6ef6c7fb Author: Rucha Deshpande <deshruch@amazon.com> Date: Wed Oct 14 2020 09:48:09 GMT-0500 (Central Daylight Time) Added AWS impl commit b6a6ddff Author: Rucha Deshpande <deshruch@amazon.com> Date: Fri Oct 02 2020 11:03:59 GMT-0500 (Central Daylight Time) Fix app properties commit 95c8ee63 Author: Rucha Deshpande <deshruch@amazon.com> Date: Fri Oct 02 2020 10:40:00 GMT-0500 (Central Daylight Time) Add base aws impl commit 79a7a2fb Author: Rucha Deshpande <deshruch@amazon.com> Date: Fri Oct 02 2020 07:29:17 GMT-0500 (Central Daylight Time) Add module notificationaws to reactor commit 75c315a8 Author: Rucha Deshpande <deshruch@amazon.com> Date: Fri Oct 02 2020 07:15:13 GMT-0500 (Central Daylight Time) Add base impl for build commit 544ea641 Author: Rucha Deshpande <deshruch@amazon.com> Date: Fri Oct 02 2020 06:58:57 GMT-0500 (Central Daylight Time) Setting up Build project
Showing
- pom.xml 1 addition, 0 deletionspom.xml
- provider/notification-aws/build-aws/Dockerfile 24 additions, 0 deletionsprovider/notification-aws/build-aws/Dockerfile
- provider/notification-aws/build-aws/build-info.py 88 additions, 0 deletionsprovider/notification-aws/build-aws/build-info.py
- provider/notification-aws/build-aws/buildspec.yaml 84 additions, 0 deletionsprovider/notification-aws/build-aws/buildspec.yaml
- provider/notification-aws/build-aws/os-notification.build.json 83 additions, 0 deletions...der/notification-aws/build-aws/os-notification.build.json
- provider/notification-aws/maven/settings.xml 76 additions, 0 deletionsprovider/notification-aws/maven/settings.xml
- provider/notification-aws/pom.xml 138 additions, 0 deletionsprovider/notification-aws/pom.xml
- provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/Application.java 31 additions, 0 deletions...opengroup/osdu/notification/provider/aws/Application.java
- provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/AwsAppProperties.java 39 additions, 0 deletions...osdu/notification/provider/aws/impl/AwsAppProperties.java
- provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/AwsGoogleServiceAccountImpl.java 29 additions, 0 deletions...cation/provider/aws/impl/AwsGoogleServiceAccountImpl.java
- provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/AwsPubSubHandshakeHandler.java 24 additions, 0 deletions...fication/provider/aws/impl/AwsPubSubHandshakeHandler.java
- provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/AwsPubsubRequestBodyExtractor.java 133 additions, 0 deletions...tion/provider/aws/impl/AwsPubsubRequestBodyExtractor.java
- provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/AwsServiceAccountValidator.java 33 additions, 0 deletions...ication/provider/aws/impl/AwsServiceAccountValidator.java
- provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java 15 additions, 0 deletions...ion/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java
- provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/security/AwsSecurityConfig.java 33 additions, 0 deletions...notification/provider/aws/security/AwsSecurityConfig.java
- provider/notification-aws/src/main/resources/application.properties 44 additions, 0 deletions...otification-aws/src/main/resources/application.properties
- testing/notification-test-aws/build-aws/prepare-dist.sh 47 additions, 0 deletionstesting/notification-test-aws/build-aws/prepare-dist.sh
- testing/notification-test-aws/build-aws/run-tests.sh 62 additions, 0 deletionstesting/notification-test-aws/build-aws/run-tests.sh
- testing/notification-test-aws/pom.xml 84 additions, 0 deletionstesting/notification-test-aws/pom.xml
- testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java 40 additions, 0 deletions...engroup/osdu/notification/api/TestPubsubEndpointHMAC.java
Loading
Please register or sign in to comment