Amplify Toolbox
    Preparing search index...
    type ProvidedFunctionProps = {
        resourceGroupName?: AmplifyResourceGroupName;
    }
    Index

    Properties

    resourceGroupName?: AmplifyResourceGroupName

    Group the function with existing Amplify resources or separate the function into its own group.

    'function' // grouping with other Amplify functions
    
    resourceGroupName: 'auth' // to group an auth trigger with an auth resource