aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
EPIC: Hello World tech debt
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
@rlhagerm Rachel to identify a call for each service that will be the Hello_service action.