Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .doc_gen/metadata/glue_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ glue_GetTables:
excerpts:
- description:
snippet_tags:
- glue.java2.get_table.main
- glue.java2.get_tables.main
PHP:
versions:
- sdk_version: 3
Expand Down
4 changes: 2 additions & 2 deletions .doc_gen/metadata/iam_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3355,15 +3355,15 @@ iam_Scenario_GroupBasics:
iam: {AddUserToGroup, CreateGroup, CreateUser, CreateAccessKey, CreateRole, CreatePolicy, AttachRolePolicy, PutGroupPolicy,
DeleteGroup, DeleteGroupPolicy, DeleteAccessKey, DeleteUser, RemoveUserFromGroup}
iam_Scenario_CreateUserAssumeRole:
title: Create an &IAM-user; and assume a role with &STS; using an &AWS; SDK
title: Learn core operations for &IAM; using an &AWS; SDK.
title_abbrev: Create a user and assume a role
synopsis: create a user and assume a role. &aws_sec_sdk_use-federation-warning;
synopsis_list:
- Create a user with no permissions.
- Create a role that grants permission to list &S3; buckets for the account.
- Add a policy to let the user assume the role.
- Assume the role and list S3 buckets using temporary credentials, then clean up resources.
category: Scenarios
category: Basics
languages:
.NET:
versions:
Expand Down
33 changes: 30 additions & 3 deletions .doc_gen/metadata/lambda_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lambda_Hello:
excerpts:
- description:
snippet_tags:
- lambda.java2.ListLambdaFunctions.complete
- lambda.java2.list.main
.NET:
versions:
- sdk_version: 3
Expand Down Expand Up @@ -384,6 +384,15 @@ lambda_Invoke:
lambda: {Invoke}
lambda_GetFunction:
languages:
Java:
versions:
- sdk_version: 2
github: javav2/example_code/lambda
sdkguide:
excerpts:
- description:
snippet_tags:
- lambda.java2.get.function.main
.NET:
versions:
- sdk_version: 3
Expand Down Expand Up @@ -469,6 +478,15 @@ lambda_GetFunction:
lambda: {GetFunction}
lambda_UpdateFunctionCode:
languages:
Java:
versions:
- sdk_version: 2
github: javav2/example_code/lambda
sdkguide:
excerpts:
- description:
snippet_tags:
- lambda.java2.get.function.main
.NET:
versions:
- sdk_version: 3
Expand Down Expand Up @@ -555,6 +573,15 @@ lambda_UpdateFunctionCode:
lambda: {UpdateFunctionCode}
lambda_UpdateFunctionConfiguration:
languages:
Java:
versions:
- sdk_version: 2
github: javav2/example_code/lambda
sdkguide:
excerpts:
- description:
snippet_tags:
- lambda.java2.update.config.main
.NET:
versions:
- sdk_version: 3
Expand Down Expand Up @@ -724,15 +751,15 @@ lambda_ListFunctions:
services:
lambda: {ListFunctions}
lambda_Scenario_GettingStartedFunctions:
title: Get started creating and invoking &LAM; functions using an &AWS; SDK
title: Learn core operations for &LAM; functions using an &AWS; SDK
title_abbrev: Get started with functions
synopsis_list:
- Create an &IAM; role and &LAM; function, then upload handler code.
- Invoke the function with a single parameter and get results.
- Update the function code and configure with an environment variable.
- Invoke the function with new parameters and get results. Display the returned execution log.
- List the functions for your account, then clean up resources.
category: Scenarios
category: Basics
guide_topic:
title: Create a &LAM; function with the console
url: lambda/latest/dg/getting-started-create-function.html
Expand Down
12 changes: 6 additions & 6 deletions javav2/example_code/glue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav

Code examples that show you how to perform the essential operations within a service.

- [Learn the basics](src/main/java/com/example/glue/GlueScenario.java)
- [Learn the basics](src/main/java/com/example/glue/scenario/GlueScenario.java)


### Single actions

Code excerpts that show you how to call individual service functions.

- [CreateCrawler](src/main/java/com/example/glue/CreateCrawler.java#L6)
- [GetCrawler](src/main/java/com/example/glue/GetCrawler.java#L6)
- [GetDatabase](src/main/java/com/example/glue/GetDatabase.java#L6)
- [GetTables](src/main/java/com/example/glue/GetTable.java#L6)
- [StartCrawler](src/main/java/com/example/glue/StartCrawler.java#L6)
- [CreateCrawler](src/main/java/com/example/glue/scenario/GlueScenario.java#L335)
- [GetCrawler](src/main/java/com/example/glue/scenario/GlueScenario.java#L383)
- [GetDatabase](src/main/java/com/example/glue/scenario/GlueScenario.java#L438)
- [GetTables](src/main/java/com/example/glue/scenario/GlueScenario.java#L470)
- [StartCrawler](src/main/java/com/example/glue/scenario/GlueScenario.java#L415)


<!--custom.examples.start-->
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading