@@ -33,6 +33,13 @@ Additionally, to compile Lambda functions written in the Rust programming langua
3333
3434<!-- custom.prerequisites.end-->
3535
36+ ### Basics
37+
38+ Code examples that show you how to perform the essential operations within a service.
39+
40+ - [ Learn the basics] ( Cargo.toml )
41+
42+
3643### Single actions
3744
3845Code excerpts that show you how to call individual service functions.
@@ -45,13 +52,6 @@ Code excerpts that show you how to call individual service functions.
4552- [ UpdateFunctionCode] ( src/actions.rs#L200 )
4653- [ UpdateFunctionConfiguration] ( src/actions.rs#L449 )
4754
48- ### Scenarios
49-
50- Code examples that show you how to accomplish a specific task by calling multiple
51- functions within the same service.
52-
53- - [ Get started with functions] ( Cargo.toml )
54-
5555
5656<!-- custom.examples.start-->
5757<!-- custom.examples.end-->
@@ -82,8 +82,7 @@ Other single action examples write directly to stdout, and can be executed with
8282<!-- custom.instructions.end-->
8383
8484
85-
86- #### Get started with functions
85+ #### Learn the basics
8786
8887This example shows you how to do the following:
8988
@@ -93,12 +92,13 @@ This example shows you how to do the following:
9392- Invoke the function with new parameters and get results. Display the returned execution log.
9493- List the functions for your account, then clean up resources.
9594
96- <!-- custom.scenario_prereqs.lambda_Scenario_GettingStartedFunctions.start-->
97- <!-- custom.scenario_prereqs.lambda_Scenario_GettingStartedFunctions.end-->
95+ <!-- custom.basic_prereqs.lambda_Scenario_GettingStartedFunctions.start-->
96+ <!-- custom.basic_prereqs.lambda_Scenario_GettingStartedFunctions.end-->
97+
9898
99+ <!-- custom.basics.lambda_Scenario_GettingStartedFunctions.start-->
100+ <!-- custom.basics.lambda_Scenario_GettingStartedFunctions.end-->
99101
100- <!-- custom.scenarios.lambda_Scenario_GettingStartedFunctions.start-->
101- <!-- custom.scenarios.lambda_Scenario_GettingStartedFunctions.end-->
102102
103103### Tests
104104
0 commit comments