Skip to content

Commit

Permalink
Merge pull request awsdocs#2931 from scmacdon/main
Browse files Browse the repository at this point in the history
Update SOS
  • Loading branch information
scmacdon authored Feb 25, 2022
2 parents a311e97 + 0ecf918 commit 94f5ef1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .doc_gen/metadata/dynamodb_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,25 @@ dynamodb_Scenario_GettingStartedMovies:
- Delete the table.
category: Scenarios
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/dynamodb
sdkguide:
excerpts:
- description: Create a &DDB; table.
snippet_tags:
- dynamodb.kotlin.scenario.create_table.main
- description: Create a helper function to download and extract the
sample JSON file.
snippet_tags:
- dynamodb.kotlin.scenario.populate_table.main
- description: Get an item from a table.
snippet_tags:
- dynamodb.kotlin.scenario.get_item.main
- description: Full example.
snippet_tags:
- dynamodb.kotlin.scenario.main
Java:
versions:
- sdk_version: 2
Expand Down
18 changes: 18 additions & 0 deletions .doc_gen/metadata/iam_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,24 @@ iam_Scenario_CreateUserAssumeRole:
credentials to access an &AWS; resource.
category: Scenarios
languages:
Kotlin:
versions:
- sdk_version: 1
github: kotlin/services/iam
sdkguide:
excerpts:
- description: Create functions that wrap &IAM; user actions.
snippet_tags:
- iam.kotlin.scenario.main
Java:
versions:
- sdk_version: 2
github: javav2/example_code/iam
sdkguide:
excerpts:
- description: Create functions that wrap &IAM; user actions.
snippet_tags:
- iam.java2.scenario.main
Python:
versions:
- sdk_version: 3
Expand Down

0 comments on commit 94f5ef1

Please sign in to comment.