AWS code-library documentation change
Summary
Rewrote the scenario title and description for using Cloud Map with custom attributes, updating the steps involved.
Security assessment
No security context is mentioned; the change appears to be a clarification or update of service functionality without security implications.
Diff
diff --git a/code-library/latest/ug/servicediscovery_example_cloudmap_CustomAttributes_section.md b/code-library/latest/ug/servicediscovery_example_cloudmap_CustomAttributes_section.md index ff70284cb..30fce94d6 100644 --- a//code-library/latest/ug/servicediscovery_example_cloudmap_CustomAttributes_section.md +++ b//code-library/latest/ug/servicediscovery_example_cloudmap_CustomAttributes_section.md @@ -9 +9 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https:// -# Use custom attributes with Cloud Map +# Using Cloud Map service discovery with custom attributes @@ -13 +13 @@ The following code example shows how to: - * Create an HTTP namespace for API-based service discovery + * Create an Cloud Map namespace @@ -15 +15 @@ The following code example shows how to: - * Create a DynamoDB table and register it as a data service with custom attributes + * Create a DynamoDB table @@ -17 +17 @@ The following code example shows how to: - * Create Lambda functions for reading and writing data + * Create an Cloud Map data service and register the DynamoDB table @@ -19 +19 @@ The following code example shows how to: - * Register Lambda functions as service instances with custom attributes for action-based discovery + * Create an IAM role for Lambda functions @@ -21 +21 @@ The following code example shows how to: - * Build client applications that discover services using custom attributes + * Create the Lambda function to write data @@ -23 +23,3 @@ The following code example shows how to: - * Clean up all resources including Lambda functions, DynamoDB table, and Cloud Map services + * Create an Cloud Map app service and register the Lambda write function + + * Create the Lambda function to read data