microservices-key-concepts

Key Concepts in Microservices

CC0-1.0 License

Stars
4

microservices-key-concepts

Key Concepts in Microservices

  1. write a test for flask or fastapi or both
  2. test with github actions
  3. deploy to somewhere (aws app runner, elastic beanstalk, gcp app engine, ecs, deploy as container (be creative)). If stuck deploy to AWS Cloud9
  4. if time use postman to query service
  5. if time loadtest with loader.io or locust or apache bench
  6. if time build web form and/or template
    webform: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/codelabs/flex_and_vision

Fargate steps

  1. ECS console
  2. Create cluster with new VPC
  3. Use Fargate Task

Additional Labs