mirror of
https://github.com/aljazceru/ThunderCloud.git
synced 2025-12-17 22:34:24 +01:00
Initial commit
This commit is contained in:
9
lib/thundercloud-stack.ts
Normal file
9
lib/thundercloud-stack.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as cdk from '@aws-cdk/core';
|
||||
|
||||
export class ThundercloudStack extends cdk.Stack {
|
||||
constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {
|
||||
super(scope, id, props);
|
||||
|
||||
// The code that defines your stack goes here
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user