Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed the 6 tasks in READEME.md #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

heidi123
Copy link

@heidi123 heidi123 commented Sep 12, 2024

The passed result:

 $ npm run build && npm run test

> [email protected] build
> tsc


> [email protected] test
> jest --verbose

 PASS  src/stack.test.ts
  LoadBalancerStack
    ✓ should create an autoscaling group (407 ms)
    ✓ should use the correct instance type (144 ms)
    ✓ have the required outbound ports open (143 ms)
    ✓ should autoscale on CPU load (101 ms)
    ✓ should have an IAM role to read from s3 (100 ms)
    ✓ should have a userdata script (83 ms)

Test Suites: 1 passed, 1 total
Tests:       6 passed, 6 total
Snapshots:   0 total
Time:        3.971 s, estimated 6 s
Ran all test suites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant