@ts-cloud/core 0.2.27 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -16,6 +16,7 @@ export * from './cloudformation/types';
16
16
  export * from './presets/static-site';
17
17
  export * from './presets/nodejs-server';
18
18
  export * from './presets/nodejs-serverless';
19
+ export * from './presets/serverless-node';
19
20
  export * from './presets/fullstack-app';
20
21
  export * from './presets/api-backend';
21
22
  export * from './presets/wordpress';
@@ -26,6 +27,7 @@ export * from './presets/data-pipeline';
26
27
  export * from './presets/ml-api';
27
28
  export * from './presets/traditional-web-app';
28
29
  export * from './presets/laravel';
30
+ export * from './presets/serverless-laravel';
29
31
  export * from './presets/dashboard';
30
32
  export * from './presets/extend';
31
33
  export * from './aws/signature';
@@ -83,6 +85,8 @@ export * from './email';
83
85
  export * from './phone';
84
86
  export * from './sms';
85
87
  export * from './queue';
88
+ export * from './serverless';
89
+ export * from './serverless-php';
86
90
  export * from './static-site';
87
91
  export { StorageAdvancedManager, storageAdvancedManager, type LifecyclePolicy as S3LifecyclePolicy, type VersioningConfig, type ReplicationRule as S3ReplicationRule, type IntelligentTieringConfig, type ObjectLockConfig, type TransferAccelerationConfig, type AccessPoint, type GlacierArchiveConfig, type InventoryConfig, type BatchOperation, type EventNotification, } from './s3';
88
92
  export * from './health-checks';