spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
590 stars 376 forks source link

Add samples #675

Closed eddumelendez closed 3 years ago

eddumelendez commented 3 years ago

Provides a sample module spring-cloud-aws-samples which will contain every sub-module with a sample per every integration in the project.

Each sample should have tests and a readme file which provides steps to run it.

Pick your sample!

h-hub commented 3 years ago

hi @eddumelendez, may I start working on the spring-cloud-aws-secrets-manager-sample ?

eddumelendez commented 3 years ago

@h-hub great! spring-cloud-aws-secrets-manager-sample is yours!

h-hub commented 3 years ago

Thanks @eddumelendez . I'll start working on this.

h-hub commented 3 years ago

@eddumelendez should I create a new module named spring-cloud-aws-samples, put my sample under this module, and submit a pull request to branch 2.3.X ?

yshameer commented 3 years ago

@eddumelendez hi, may I start working on spring-cloud-aws-s3-sample?

eddumelendez commented 3 years ago

@yshameer sure, spring-cloud-aws-s3-sample is yours!

@h-hub yes, that module should be created and all the samples listed inside of it. When PRs are created we will handle conflicts or rebase properly.

Thanks!

MatejNedic commented 3 years ago

Hi @eddumelendez , can I take spring-cloud-aws-parameter-store-sample?

eddumelendez commented 3 years ago

@MatejNedic spring-cloud-aws-parameter-store-sample is yours!

sandeshdahake commented 3 years ago

Hi @eddumelendez is it ok if I work on spring-cloud-aws-sqs-sample ?

h-hub commented 3 years ago

@eddumelendez I submitted a pull request for spring-cloud-aws-secrets-manager-sample. I would also like to start working on the spring-cloud-aws-ses-sample. May I?