Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
update to version v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abewub committed Oct 11, 2023
1 parent 074aa51 commit 63bb2ba
Show file tree
Hide file tree
Showing 37 changed files with 7,902 additions and 6,358 deletions.
1 change: 1 addition & 0 deletions .viperlightignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Empty .viperlightignore created - none existed
1 change: 1 addition & 0 deletions .viperlightrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"failOn":"low","all":true}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.3] - 2023-10-12

### Changed

- Update lambda runtime to NodeJS 18
- Update dependencies

## [1.2.2] - 2023-06-22

### Changed
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ The architecture can be broken into two components. **User Interaction** and **D

## Installing pre-packaged solution template

- If you want to deploy the framework and related resources: [cloudwatch-monitoring-framework.template](https://solutions-reference.s3.amazonaws.com/amazon-cloudwatch-monitoring-framework/latest/amazon-cloudwatch-monitoring-framework.template)
- If you want to deploy the template for specific workload: [workload.template](https://solutions-reference.s3.amazonaws.com/amazon-cloudwatch-monitoring-framework/latest/workload.template)
- If you want to deploy the Apache demo instance: [apache-demo.template](https://solutions-reference.s3.amazonaws.com/amazon-cloudwatch-monitoring-framework/latest/apache-demo.template)
- If you want to deploy the Puma demo instance: [puma-demo.template](https://solutions-reference.s3.amazonaws.com/amazon-cloudwatch-monitoring-framework/latest/puma-demo.template)
- If you want to deploy the Nginx demo instance: [nginx-demo.template](https://solutions-reference.s3.amazonaws.com/amazon-cloudwatch-monitoring-framework/latest/nginx-demo.template)
- If you want to deploy the framework and related resources: [cloudwatch-monitoring-framework.template](https://solutions-reference.s3.amazonaws.com/application-monitoring-with-amazon-cloudwatch/latest/amazon-cloudwatch-monitoring-framework.template)
- If you want to deploy the template for specific workload: [workload.template](https://solutions-reference.s3.amazonaws.com/application-monitoring-with-amazon-cloudwatch/latest/workload.template)
- If you want to deploy the Apache demo instance: [apache-demo.template](https://solutions-reference.s3.amazonaws.com/application-monitoring-with-amazon-cloudwatch/latest/apache-demo.template)
- If you want to deploy the Puma demo instance: [puma-demo.template](https://solutions-reference.s3.amazonaws.com/application-monitoring-with-amazon-cloudwatch/latest/puma-demo.template)
- If you want to deploy the Nginx demo instance: [nginx-demo.template](https://solutions-reference.s3.amazonaws.com/application-monitoring-with-amazon-cloudwatch/latest/nginx-demo.template)

#### Parameters for framework template

Expand Down Expand Up @@ -269,7 +269,7 @@ Application Monitoring with Amazon CloudWatch solution consists of:
|-__tests/ [ unit tests for tag handler ]
|-lib/
|-EC2Helper.ts [ class for EC2 tag operations ]
|-SSMHelper.ts [ class for SSM parameter store operations ]
|-TagHandlerSSMHelper.ts [ class for SSM parameter store operations ]
|-index.ts [ entry point for lambda function]
|-config_files [ tsconfig, jest.config.js, package.json etc. ]
|-config_files [ eslint, prettier, tsconfig, jest.config.js, package.json etc. ]
Expand Down
6 changes: 6 additions & 0 deletions deployment/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ echo "--------------------------------------------------------------------------
cd $source_dir/dashboardHandler
npm run coverage

echo "------------------------------------------------------------------------------"
echo "[Test] helper"
echo "------------------------------------------------------------------------------"
cd $source_dir/helper
npm run coverage

Loading

0 comments on commit 63bb2ba

Please sign in to comment.