Skip to content

Commit 40b9539

Browse files
update modules (#28)
1 parent 8c960f7 commit 40b9539

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+20065
-32446
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ All modules are licensed under [Apache-2.0](./LICENSE). Commercial use is allowe
3939

4040
## Prerequisites
4141
* AWS CLI installed ([install](https://docs.aws.amazon.com/cli/latest/userguide/installing.html))
42-
* npm >=5.6 installed ([install Node.js 8.x](https://nodejs.org/))
42+
* npm >=5.6 installed ([install Node.js 10.x](https://nodejs.org/))
4343

4444
## Getting started
4545

4646
`cfn-modules` are installed and updated with the package manager [npm](https://www.npmjs.com/). The [module catalog](https://www.npmjs.com/org/cfn-modules) contains all available modules. Let's start with a simple example: An EC2 instance launched into a VPC.
4747

48-
> [Install Node.js 8.x](https://nodejs.org/) if `npm` is not installed on your system
48+
> [Install Node.js 10.x](https://nodejs.org/) if `npm` is not installed on your system
4949
5050
Install the modules using npm:
5151

examples/asg-singleton-ssm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example project demonstrates how an ASG singleton can be managed by SSM. Ev
44

55
## Prerequisites
66

7-
1. [Install Node.js 8.x](https://nodejs.org/)
7+
1. [Install Node.js 10.x](https://nodejs.org/)
88
2. Create an S3 bucket where [aws cloudformation package](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/package.html) uploads the artifacts.
99
1. Choose a unique bucket name, e.g. `BucketName=cfn-modules-$Name-$Region`
1010
2. Replace `$Name` with a unique name (e.g. your initials or company name)

examples/asg-singleton-ssm/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/asg-singleton-ssm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfn-modules-asg-singleton-ssm-example",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "cfn-modules: ASG singleton SSM example",
55
"author": "Michael Wittig <[email protected]>",
66
"license": "Apache-2.0",

examples/asg-singleton-ssm/test/package-lock.json

Lines changed: 1424 additions & 2305 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/asg-singleton-ssm/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"eslint": "5.16.0",
5-
"ava": "1.4.1",
6-
"@cfn-modules/test": "0.5.1"
4+
"eslint": "6.6.0",
5+
"ava": "2.4.0",
6+
"@cfn-modules/test": "0.7.3"
77
},
88
"scripts": {
99
"test": "eslint . && ava -c 4 *.js"

examples/ec2-ebs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example project demonstrates how an EC2 instance can mount an EBS volume.
44

55
## Prerequisites
66

7-
1. [Install Node.js 8.x](https://nodejs.org/)
7+
1. [Install Node.js 10.x](https://nodejs.org/)
88
2. Create an S3 bucket where [aws cloudformation package](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/package.html) uploads the artifacts.
99
1. Choose a unique bucket name, e.g. `BucketName=cfn-modules-$Name-$Region`
1010
2. Replace `$Name` with a unique name (e.g. your initials or company name)

examples/ec2-ebs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ec2-ebs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfn-modules-ec2-ebs-example",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "cfn-modules: EC2 EBS example",
55
"author": "Michael Wittig <[email protected]>",
66
"license": "Apache-2.0",

examples/ec2-ebs/test/package-lock.json

Lines changed: 1424 additions & 2305 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ec2-ebs/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"private": true,
33
"dependencies": {
4-
"eslint": "5.16.0",
5-
"ava": "1.4.1",
6-
"@cfn-modules/test": "0.5.1"
4+
"eslint": "6.6.0",
5+
"ava": "2.4.0",
6+
"@cfn-modules/test": "0.7.3"
77
},
88
"scripts": {
99
"test": "eslint . && ava -c 4 *.js"

examples/ec2-efs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example project demonstrates how an EC2 instance can mount an EFS file syst
44

55
## Prerequisites
66

7-
1. [Install Node.js 8.x](https://nodejs.org/)
7+
1. [Install Node.js 10.x](https://nodejs.org/)
88
2. Create an S3 bucket where [aws cloudformation package](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/package.html) uploads the artifacts.
99
1. Choose a unique bucket name, e.g. `BucketName=cfn-modules-$Name-$Region`
1010
2. Replace `$Name` with a unique name (e.g. your initials or company name)

examples/ec2-efs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ec2-efs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfn-modules-ec2-efs-example",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "cfn-modules: EC2 EFS example",
55
"author": "Michael Wittig <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)