Idea-Pool / aws-testing

This repository contains guides on testing AWS services and in general about testing in AWS Cloud.
https://aws-testing.ideapool.community
Other
1 stars 2 forks source link

AWS Testing documentation structure #1

Closed szikszail closed 1 year ago

szikszail commented 2 years ago

Define the main structure of the documentation, including ToC and highlights of each section

szikszail commented 2 years ago

Topics to be covered:

  1. General AWS topics
    1. Cloud, AWS
    2. Tools
      1. AWS CLI - https://aws.amazon.com/cli/
      2. AWS SDK - https://www.npmjs.com/package/aws-sdk
      3. AWS CDK - https://aws.amazon.com/cdk/
      4. AWS SAM - https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-command-reference.html
      5. AWS Console - https://aws.amazon.com/console/
  2. Cover in general testing types applied for AWS:
    1. Manual testing
    2. Unit testing
    3. CDK / Infrastructure testing
    4. Integration testing
    5. System testing
    6. Performance testing
    7. Security testing
    8. Chaos testing
  3. Cover each service from the aspects above:
    1. Lambda
    2. Step Functions / State Machines
    3. S3
    4. IAM
    5. DynamoDB / RDS
    6. SQS
    7. SNS
    8. Events
    9. EC2
    10. ECS
    11. ELB
    12. VPC
    13. API Gateway
    14. Glue
    15. Athena
    16. ...
  4. Mocking
  5. Tools, Libraries
kornel-filep commented 2 years ago

I think adding these to 3. would be reasonable:

szikszail commented 1 year ago

Page structure has been created: https://aws-testing.ideapool.community/