aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

EPIC: Hello World tech debt

Open brmur opened this issue 2 years ago • 1 comments

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

  • [x] #4302
  • [x] #4635
  • [ ] #5196
  • [x] #5200
  • [x] #5199
  • [ ] Kotlin Hello World MVP Tech debt
  • [x] #5197
  • [ ] #5198
  • [x] #6452
  • [x] #4652
  • [ ] Swift Hello World MVP Tech debt

brmur avatar Sep 22 '22 16:09 brmur

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

brmur avatar Sep 22 '22 17:09 brmur