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

EPIC: Hello World tech debt #3656

Open
8 of 11 tasks
brmur opened this issue Sep 22, 2022 · 1 comment
Open
8 of 11 tasks

EPIC: Hello World tech debt #3656

brmur opened this issue Sep 22, 2022 · 1 comment
Assignees
Labels
Internal To help track internal tickets in a single location.

Comments

@brmur
Copy link
Contributor

brmur commented Sep 22, 2022

Create a hello_service examples for each of the following services S3, IAM, DynamoDB, Glue, Lambda EC2 Auto Scaling, and Cognito (and add to SOS)

The hello_service example for each service can perform the action below. The example can print a message that the request was successful (or returned 200) and either the contents in the list, a count of objects in the list, or that the list was empty if there are no objects.

  • S3: ListBuckets
  • IAM: ListPolicies
  • DynamoDB: ListTables
  • Glue: ListJobDefinitions
  • Lambda: ListFunctions
  • EC2: DescribeInstances
  • AutoScaling: DescribeAutoScalingGroups
  • Cognito: ListUserPools
  • RDS Instances: DescribeDBInstances
  • RDS Aurora: DescribeClusters

Languages

@brmur
Copy link
Contributor Author

brmur commented Sep 22, 2022

@rlhagerm Rachel to identify a call for each service that will be the Hello_service action.

@brmur brmur changed the title Hello World EPIC: Hello World tech debt Sep 22, 2022
@github-actions github-actions bot removed the Epic label Jul 20, 2023
@DavidSouther DavidSouther removed their assignment Aug 30, 2023
@brmur brmur added the Internal To help track internal tickets in a single location. label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internal To help track internal tickets in a single location.
Projects
None yet
Development

No branches or pull requests