Skip to main content
Module

x/lambda/mod.ts>CloudFormationCustomResourceEventCommon

A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
Extremely Popular
Go to Latest
interface CloudFormationCustomResourceEventCommon
import { type CloudFormationCustomResourceEventCommon } from "https://deno.land/x/lambda@1.24.3/mod.ts";

CloudFormation Custom Resource event and response http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/crpg-ref.html

Properties

ServiceToken: string
ResponseURL: string
StackId: string
RequestId: string
LogicalResourceId: string
ResourceType: string
ResourceProperties: { [Key: string]: any; ServiceToken: string; }