cloudmason 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -32
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -339,35 +339,3 @@ mason starter -type asg -l node -path ../myfirstapp
|
|
|
339
339
|
|
|
340
340
|
|
|
341
341
|
|
|
342
|
-
## TODO
|
|
343
|
-
|
|
344
|
-
- [x] Run logs
|
|
345
|
-
- [x] Read token
|
|
346
|
-
- [x] Verify token
|
|
347
|
-
- [x] Get user groups
|
|
348
|
-
- [x] DDB connect
|
|
349
|
-
- [x] Fix starter routes
|
|
350
|
-
- [x] Add arguments for max ec2 instance and instance type
|
|
351
|
-
- [X] Customize boot script
|
|
352
|
-
- [x] Secure param permissions
|
|
353
|
-
- [X] Pass node/py versions
|
|
354
|
-
- [X] Pass version info to instance
|
|
355
|
-
- [X] Fix Delete App
|
|
356
|
-
- [X] Update default instance
|
|
357
|
-
- [X] Pass Env to instance
|
|
358
|
-
- [] Custom SES Config
|
|
359
|
-
- [X] Fix logs
|
|
360
|
-
- [] Add dev
|
|
361
|
-
- [] Add Admin
|
|
362
|
-
- [] Cloudtrails
|
|
363
|
-
- [] Static site
|
|
364
|
-
- [] Deregistering in home region
|
|
365
|
-
- [] cf-templates s3 bucket creation
|
|
366
|
-
|
|
367
|
-
## OPEN ITEMS
|
|
368
|
-
|
|
369
|
-
- Custom auth domain
|
|
370
|
-
- AWS requires ACM cert in us-east-1 for custom Cognito auth domain. Cloudformation does not allow for cross-region resource creation
|
|
371
|
-
- [Github AWS Issue](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/523)
|
|
372
|
-
|
|
373
|
-
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cloudmason","version":"1.0.
|
|
1
|
+
{"name":"cloudmason","version":"1.0.3","description":"","main":"main.js","scripts":{"build":"node build.js"},"bin":{"mason":"./main.js"},"repository":{"type":"git","url":"https://github.com/kai-harvey/secure-saas.git"},"author":"Kai Harvey","license":"ISC","dependencies":{"@aws-sdk/client-acm":"^3.418.0","@aws-sdk/client-auto-scaling":"^3.470.0","@aws-sdk/client-cloudformation":"^3.418.0","@aws-sdk/client-ec2":"^3.416.0","@aws-sdk/client-iam":"^3.418.0","@aws-sdk/client-route-53":"^3.425.0","@aws-sdk/client-s3":"^3.418.0","@aws-sdk/client-ssm":"^3.421.0","adm-zip":"^0.5.10"}}
|