Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add readmes. #2

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
= Cloud Native Testing: AWS Technologies

This repository contains example code for AWS-based technologies and how to efficiently test them, without necessarily
having access to an actual AWS environment.

All examples are based on _our_ experience in different actual small and large scale projects.

== Examples

** link:examples/s3/[S3]
11 changes: 11 additions & 0 deletions examples/s3/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= AWS: S3

This module demonstrates the basics of using and testing the AWS Simple Storage Service. It contains a simple service
that allows you to store and fetch book cover images. You can interact with it locally through IntelliJ's
link:../s3/http/S3.http[http plugin].

The module includes examples for how to:

- Write a reasonable abstraction layer for the S3 sdk
- Locally run an S3 instance with your application thanks to with link:https://localstack.cloud/[LocalStack]
- Write tests which use a locally running S3 instead of a simple mock