UNPKG

@pulumi/aws-serverless

Version:

Pulumi Amazon Web Services (AWS) Serverless Components.

4 lines (3 loc) 235 B
import * as pulumi from "@pulumi/pulumi"; export declare function sha1hash(s: string): string; export declare function outputFromObject<T, U>(obj: Record<string, T>, func: (t: T) => pulumi.Output<U>): pulumi.Output<Record<string, U>>;