Skip to content

Commit

Permalink
docs(docs): readme and changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
heyibrahimkhan committed Oct 8, 2024
1 parent 4c2ea4e commit 5438062
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2024-10-08
### Added
- AutoMirror Lambda has now been shifted to Nodejs 20.x and Javascript SDK v3.
- Gateway loadbalancer support also added

## [1.0.0] - 2020-04-17
### Added
- AutoMirror is now part of the AWS Serverless Application Repository(https://aws.amazon.com/serverless)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Part of the [AWS Mirror Toolkit](https://github.com/3CORESec/aws-mirror-toolkit)
[![image](https://img.shields.io/badge/BuiltOn-AWS-orange)](#)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)

# 3CORESec CICD Status

## Master Branch

* [![Lambda Code Upload to S3](https://github.com/3CORESec/AWS-AutoMirror/actions/workflows/code_upload_to_s3.yml/badge.svg)](https://github.com/3CORESec/AWS-AutoMirror/actions/workflows/code_upload_to_s3.yml)

## How does it work?

3CS AWS AutoMirror is an AWS Lambda function that will monitor the state of your EC2 instances. When instances are created *(or rebooted)* this information will be passed over to AutoMirror, which will check if the particular instance holds a specific tag *(Mirror=True)*. If it does, and if the instance is of the supported type, AutoMirror will create a mirror session.
Expand Down

0 comments on commit 5438062

Please sign in to comment.