Skip to content

Commit

Permalink
Add implementation for CloudFormation Custom Resource Emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Nov 7, 2024
1 parent 30720e6 commit 1d4b118
Show file tree
Hide file tree
Showing 3 changed files with 1,978 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provider/pkg/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ type CloudAPIFunction struct {
// ExtensionResourceToken is a Pulumi token for the resource to deploy
// custom third-party CloudFormation types.
const ExtensionResourceToken = "aws-native:index:ExtensionResource"

// CfnCustomResourceToken is a Pulumi token for the resource to deploy
// CloudFormation custom resources.
const CfnCustomResourceToken = "aws-native:cloudformation:CustomResourceEmulator"
Loading

0 comments on commit 1d4b118

Please sign in to comment.