Skip to content
Merged
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
16 changes: 8 additions & 8 deletions src/directory/directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const directory = {
{
title: 'Sign in with custom flow',
route: '/lib/auth/signin_with_custom_flow',
filters: ['ios', 'android','flutter']
filters: ['ios', 'android', 'flutter']
},
{
title: 'Sign in with web UI',
Expand Down Expand Up @@ -1112,7 +1112,7 @@ const directory = {
{
title: 'Delete user',
route: '/lib-v1/auth/delete_user',
filters: ['android', 'ios']
filters: ['android', 'ios']
},
{
title: 'Escape hatch',
Expand Down Expand Up @@ -1333,7 +1333,7 @@ const directory = {
title: 'Hub',
route: '/lib-v1/utilities/hub',
filters: ['android', 'ios']
},
}
]
},
debugging: {
Expand Down Expand Up @@ -1788,6 +1788,11 @@ const directory = {
title: 'Build options',
route: '/cli/function/build-options',
filters: []
},
{
title: 'Configuring Lambda function settings',
route: '/cli/function/configure-options',
filters: []
}
]
},
Expand Down Expand Up @@ -2568,11 +2573,6 @@ const directory = {
title: 'Calling DynamoDB using AWS Cognito triggers',
route: '/guides/functions/cognito-trigger-lambda-dynamodb',
filters: ['js', 'android', 'ios']
},
{
title: 'Configuring Lambda function settings',
route: '/guides/functions/configuring-lambda',
filters: ['js', 'android', 'ios']
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ There are generally two types of environment variables:

To view all configuration options available in AWS Lambda, check out the documentation [here](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-environment.html)

To learn more about extending the Amplify CLI with custom resources, check out the documentation [here](/cli/usage/customcf)
To learn more about extending the Amplify CLI with custom resources, check out the documentation [here](/cli/custom/cdk)

</Callout>