UNPKG

@geek-fun/serverlessinsight

Version:

Full life cycle cross providers serverless application management for your fast-growing business.

8 lines (7 loc) 289 B
import * as ros from '@alicloud/ros-cdk-core'; import { Context, ServerlessIac } from '../../types'; export * from './bootstrap'; export declare class RosStack extends ros.Stack { private readonly service; constructor(scope: ros.Construct, iac: ServerlessIac, context: Context); }