Skip to content

Instantly share code, notes, and snippets.

@dzmitry-kankalovich
Created May 16, 2021 15:51
Show Gist options
  • Save dzmitry-kankalovich/c75c6393369a196626c2ce0d799cd622 to your computer and use it in GitHub Desktop.
Save dzmitry-kankalovich/c75c6393369a196626c2ce0d799cd622 to your computer and use it in GitHub Desktop.
Notion RSS - foundation
import * as cdk from '@aws-cdk/core';
export class NotionRssFeedStack extends cdk.Stack {
constructor(scope: cdk.App, id: string, props?: cdk.StackProps) {
super(scope, id, props);
// your stack definition would go here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment