```typescript import objectUtil from "codestar-object-util"; ``` ## 判断一个对象是否为空 ``` expect(objectUtil.isEmpty({})).toBe(true) ``` ## 根据value获取对应的key ``` expect(objectUtil.getKeyByValue({name: 'who', age: 20}, 'who')).toBe('name') expect(objectUti
This construct library is meant to help create a CDK pipeline that accepts multiple sources. For now the default is that there is a corresponding CodeBuild Project created for each input source. The library also creates a corresponding Pipeline Stage that
PipelineStack with Cross-account deployment
```typescript import type {Result} from 'codestar-base' import HttpRequestWeb from "codestar-http-request-web"; class MyHttp extends HttpRequestWeb{
```typescript import dateUtil from "codestar-date-util"; ``` ## 格式化日期 ```typescript expect(dateUtil.format(new Date('2020-01-01 01:02:03'))).toBe('2020-01-01 01:02:03') expect(dateUtil.format(new Date(1582631568000), 'y/m/d H:i:s')).toBe('20/2/25 19
AWS CodeStar This is the API reference for AWS CodeStar. This reference provides descriptions of the operations and data types for the AWS CodeStar API along with usage exam..
AWS CodeStar Connections This AWS CodeStar Connections API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Connectio..
This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Notifications API. You can use the AWS CodeStar Notif..