SmythOS SDK
    Preparing search index...

    Interface TServerlessCodeSettings

    interface TServerlessCodeSettings {
        accessKeyId?: string;
        code?: string;
        code_body?: string;
        code_imports?: string;
        deploy_btn?: string;
        function_label?: string;
        function_label_end?: string;
        name?: string;
        pricing_note?: string;
        region?: string;
        secretAccessKey?: string;
        use_own_keys?: boolean;
    }
    Index

    Properties

    accessKeyId?: string

    AWS Access Key ID

    code?: string

    Code

    code_body?: string

    Code

    code_imports?: string

    Imports

    deploy_btn?: string

    Deploy

    function_label?: string

    Function Label

    function_label_end?: string

    Function Label End

    name?: string
    pricing_note?: string

    Pricing Note

    region?: string

    AWS Region

    secretAccessKey?: string

    AWS Secret Access Key

    use_own_keys?: boolean

    Use Own Keys