Skip to content

Commit

Permalink
Add readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Miller committed Oct 20, 2023
1 parent 54c3548 commit 6115b0e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
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

0 comments on commit 6115b0e

Please sign in to comment.