monorise 0.0.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/base/index.d.ts +254 -0
- package/dist/base/index.js +44 -0
- package/dist/base/index.js.map +1 -0
- package/dist/cli/cli.d.ts +1 -0
- package/dist/cli/cli.js +461 -0
- package/dist/cli/cli.js.map +1 -0
- package/dist/core/index.d.ts +4767 -0
- package/dist/core/index.js +7941 -0
- package/dist/core/index.js.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +11 -0
- package/dist/react/actions/app.action.d.ts +46 -0
- package/dist/react/actions/app.action.d.ts.map +1 -0
- package/dist/react/actions/auth.action.d.ts +24 -0
- package/dist/react/actions/auth.action.d.ts.map +1 -0
- package/dist/react/actions/config.action.d.ts +10 -0
- package/dist/react/actions/config.action.d.ts.map +1 -0
- package/dist/react/actions/core.action.d.ts +219 -0
- package/dist/react/actions/core.action.d.ts.map +1 -0
- package/dist/react/index.d.ts +1093 -0
- package/dist/react/index.d.ts.map +1 -0
- package/dist/react/index.js +2344 -0
- package/dist/react/index.js.map +1 -0
- package/dist/react/lib/api.d.ts +38 -0
- package/dist/react/lib/api.d.ts.map +1 -0
- package/dist/react/lib/constant.d.ts +2 -0
- package/dist/react/lib/constant.d.ts.map +1 -0
- package/dist/react/lib/entity.d.ts +10 -0
- package/dist/react/lib/entity.d.ts.map +1 -0
- package/dist/react/lib/utils.d.ts +10 -0
- package/dist/react/lib/utils.d.ts.map +1 -0
- package/dist/react/services/auth.service.d.ts +21 -0
- package/dist/react/services/auth.service.d.ts.map +1 -0
- package/dist/react/services/core.service.d.ts +76 -0
- package/dist/react/services/core.service.d.ts.map +1 -0
- package/dist/react/services/filestore.service.d.ts +22 -0
- package/dist/react/services/filestore.service.d.ts.map +1 -0
- package/dist/react/store/monorise.store.d.ts +169 -0
- package/dist/react/store/monorise.store.d.ts.map +1 -0
- package/dist/react/tsup.config.d.ts +3 -0
- package/dist/react/tsup.config.d.ts.map +1 -0
- package/dist/react/types/api.type.d.ts +30 -0
- package/dist/react/types/api.type.d.ts.map +1 -0
- package/dist/react/types/axios.type.d.ts +13 -0
- package/dist/react/types/axios.type.d.ts.map +1 -0
- package/dist/react/types/monorise.type.d.ts +8 -0
- package/dist/react/types/monorise.type.d.ts.map +1 -0
- package/dist/react/types/mutual.type.d.ts +21 -0
- package/dist/react/types/mutual.type.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/analog.d.ts +423 -0
- package/dist/sst/.sst/platform/src/components/aws/analog.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket-route.d.ts +74 -0
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket.d.ts +542 -0
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-api-key.d.ts +48 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-api-key.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-authorizer.d.ts +55 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-authorizer.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-base-route.d.ts +36 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-base-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-integration-route.d.ts +39 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-integration-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-lambda-route.d.ts +53 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-lambda-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-usage-plan.d.ts +53 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-usage-plan.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1.d.ts +1002 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-authorizer.d.ts +54 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-authorizer.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-base-route.d.ts +28 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-base-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-lambda-route.d.ts +59 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-lambda-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-private-route.d.ts +54 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-private-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-url-route.d.ts +44 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-url-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2.d.ts +931 -0
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/app-sync-data-source.d.ts +52 -0
- package/dist/sst/.sst/platform/src/components/aws/app-sync-data-source.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/app-sync-function.d.ts +33 -0
- package/dist/sst/.sst/platform/src/components/aws/app-sync-function.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/app-sync-resolver.d.ts +41 -0
- package/dist/sst/.sst/platform/src/components/aws/app-sync-resolver.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/app-sync.d.ts +638 -0
- package/dist/sst/.sst/platform/src/components/aws/app-sync.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/astro.d.ts +421 -0
- package/dist/sst/.sst/platform/src/components/aws/astro.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/aurora.d.ts +702 -0
- package/dist/sst/.sst/platform/src/components/aws/aurora.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/auth-v1.d.ts +26 -0
- package/dist/sst/.sst/platform/src/components/aws/auth-v1.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/auth.d.ts +295 -0
- package/dist/sst/.sst/platform/src/components/aws/auth.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket-lambda-subscriber.d.ts +61 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket-lambda-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket-notification.d.ts +47 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket-notification.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket-queue-subscriber.d.ts +55 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket-queue-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket-topic-subscriber.d.ts +55 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket-topic-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket.d.ts +1216 -0
- package/dist/sst/.sst/platform/src/components/aws/bucket.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bus-base-subscriber.d.ts +20 -0
- package/dist/sst/.sst/platform/src/components/aws/bus-base-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bus-lambda-subscriber.d.ts +49 -0
- package/dist/sst/.sst/platform/src/components/aws/bus-lambda-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bus-queue-subscriber.d.ts +44 -0
- package/dist/sst/.sst/platform/src/components/aws/bus-queue-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/bus.d.ts +403 -0
- package/dist/sst/.sst/platform/src/components/aws/bus.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cdn.d.ts +299 -0
- package/dist/sst/.sst/platform/src/components/aws/cdn.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cluster-v1.d.ts +882 -0
- package/dist/sst/.sst/platform/src/components/aws/cluster-v1.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cluster.d.ts +306 -0
- package/dist/sst/.sst/platform/src/components/aws/cluster.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-identity-pool.d.ts +194 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-identity-pool.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-identity-provider.d.ts +38 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-identity-provider.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool-client.d.ts +50 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool-client.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool.d.ts +603 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cron.d.ts +250 -0
- package/dist/sst/.sst/platform/src/components/aws/cron.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/dns-validated-certificate.d.ts +27 -0
- package/dist/sst/.sst/platform/src/components/aws/dns-validated-certificate.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/dns.d.ts +94 -0
- package/dist/sst/.sst/platform/src/components/aws/dns.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/dynamo-lambda-subscriber.d.ts +55 -0
- package/dist/sst/.sst/platform/src/components/aws/dynamo-lambda-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/dynamo.d.ts +568 -0
- package/dist/sst/.sst/platform/src/components/aws/dynamo.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/efs.d.ts +217 -0
- package/dist/sst/.sst/platform/src/components/aws/efs.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/email.d.ts +291 -0
- package/dist/sst/.sst/platform/src/components/aws/email.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/fargate.d.ts +803 -0
- package/dist/sst/.sst/platform/src/components/aws/fargate.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/function.d.ts +1629 -0
- package/dist/sst/.sst/platform/src/components/aws/function.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/apigateway-account.d.ts +3 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/apigateway-account.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/apigatewayv2-domain.d.ts +144 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/apigatewayv2-domain.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/arn.d.ts +40 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/arn.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/bootstrap.d.ts +13 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/bootstrap.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/container-builder.d.ts +4 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/container-builder.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/function-builder.d.ts +10 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/function-builder.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/provider.d.ts +3 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/provider.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/quota.d.ts +7 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/quota.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/site-builder.d.ts +4 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/site-builder.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/subscriber.d.ts +6 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/https-redirect.d.ts +38 -0
- package/dist/sst/.sst/platform/src/components/aws/https-redirect.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/iam-edit.d.ts +39 -0
- package/dist/sst/.sst/platform/src/components/aws/iam-edit.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/index.d.ts +48 -0
- package/dist/sst/.sst/platform/src/components/aws/index.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream-lambda-subscriber.d.ts +48 -0
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream-lambda-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream.d.ts +249 -0
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/linkable.d.ts +17 -0
- package/dist/sst/.sst/platform/src/components/aws/linkable.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/logging.d.ts +26 -0
- package/dist/sst/.sst/platform/src/components/aws/logging.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/mysql.d.ts +496 -0
- package/dist/sst/.sst/platform/src/components/aws/mysql.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/nextjs.d.ts +517 -0
- package/dist/sst/.sst/platform/src/components/aws/nextjs.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/nuxt.d.ts +495 -0
- package/dist/sst/.sst/platform/src/components/aws/nuxt.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/open-search.d.ts +295 -0
- package/dist/sst/.sst/platform/src/components/aws/open-search.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/opencontrol.d.ts +165 -0
- package/dist/sst/.sst/platform/src/components/aws/opencontrol.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/permission.d.ts +40 -0
- package/dist/sst/.sst/platform/src/components/aws/permission.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/postgres-v1.d.ts +317 -0
- package/dist/sst/.sst/platform/src/components/aws/postgres-v1.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/postgres.d.ts +500 -0
- package/dist/sst/.sst/platform/src/components/aws/postgres.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/bucket-files.d.ts +18 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/bucket-files.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/distribution-deployment-waiter.d.ts +13 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/distribution-deployment-waiter.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/distribution-invalidation.d.ts +11 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/distribution-invalidation.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/function-environment-update.d.ts +29 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/function-environment-update.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/hosted-zone-lookup.d.ts +11 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/hosted-zone-lookup.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/kv-keys.d.ts +11 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/kv-keys.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/kv-routes-update.d.ts +11 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/kv-routes-update.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/origin-access-control.d.ts +8 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/origin-access-control.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/rds-role-lookup.d.ts +8 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/rds-role-lookup.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/vector-table.d.ts +12 -0
- package/dist/sst/.sst/platform/src/components/aws/providers/vector-table.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/queue-lambda-subscriber.d.ts +48 -0
- package/dist/sst/.sst/platform/src/components/aws/queue-lambda-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/queue.d.ts +485 -0
- package/dist/sst/.sst/platform/src/components/aws/queue.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/react.d.ts +416 -0
- package/dist/sst/.sst/platform/src/components/aws/react.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/realtime-lambda-subscriber.d.ts +53 -0
- package/dist/sst/.sst/platform/src/components/aws/realtime-lambda-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/realtime.d.ts +232 -0
- package/dist/sst/.sst/platform/src/components/aws/realtime.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/redis-v1.d.ts +338 -0
- package/dist/sst/.sst/platform/src/components/aws/redis-v1.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/redis.d.ts +364 -0
- package/dist/sst/.sst/platform/src/components/aws/redis.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/remix.d.ts +423 -0
- package/dist/sst/.sst/platform/src/components/aws/remix.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/router-base-route.d.ts +28 -0
- package/dist/sst/.sst/platform/src/components/aws/router-base-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/router-bucket-route.d.ts +29 -0
- package/dist/sst/.sst/platform/src/components/aws/router-bucket-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/router-url-route.d.ts +28 -0
- package/dist/sst/.sst/platform/src/components/aws/router-url-route.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/router.d.ts +1272 -0
- package/dist/sst/.sst/platform/src/components/aws/router.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/service-v1.d.ts +78 -0
- package/dist/sst/.sst/platform/src/components/aws/service-v1.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/service.d.ts +1625 -0
- package/dist/sst/.sst/platform/src/components/aws/service.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/sns-topic-lambda-subscriber.d.ts +53 -0
- package/dist/sst/.sst/platform/src/components/aws/sns-topic-lambda-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/sns-topic-queue-subscriber.d.ts +55 -0
- package/dist/sst/.sst/platform/src/components/aws/sns-topic-queue-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/sns-topic.d.ts +389 -0
- package/dist/sst/.sst/platform/src/components/aws/sns-topic.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/solid-start.d.ts +414 -0
- package/dist/sst/.sst/platform/src/components/aws/solid-start.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/ssr-site.d.ts +685 -0
- package/dist/sst/.sst/platform/src/components/aws/ssr-site.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/static-site.d.ts +736 -0
- package/dist/sst/.sst/platform/src/components/aws/static-site.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/choice.d.ts +73 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/choice.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/fail.d.ts +63 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/fail.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/map.d.ts +236 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/map.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/parallel.d.ts +127 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/parallel.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/pass.d.ts +39 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/pass.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/state.d.ts +231 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/state.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/succeed.d.ts +26 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/succeed.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/task.d.ts +477 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/task.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/wait.d.ts +91 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions/wait.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions.d.ts +473 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/svelte-kit.d.ts +417 -0
- package/dist/sst/.sst/platform/src/components/aws/svelte-kit.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/tan-stack-start.d.ts +354 -0
- package/dist/sst/.sst/platform/src/components/aws/tan-stack-start.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/task.d.ts +322 -0
- package/dist/sst/.sst/platform/src/components/aws/task.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/vector.d.ts +150 -0
- package/dist/sst/.sst/platform/src/components/aws/vector.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/vpc-v1.d.ts +208 -0
- package/dist/sst/.sst/platform/src/components/aws/vpc-v1.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/vpc.d.ts +444 -0
- package/dist/sst/.sst/platform/src/components/aws/vpc.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/base/base-site.d.ts +53 -0
- package/dist/sst/.sst/platform/src/components/base/base-site.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/base/base-ssr-site.d.ts +13 -0
- package/dist/sst/.sst/platform/src/components/base/base-ssr-site.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/base/base-static-site.d.ts +199 -0
- package/dist/sst/.sst/platform/src/components/base/base-static-site.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/account-id.d.ts +2 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/account-id.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/auth.d.ts +22 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/auth.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/binding.d.ts +69 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/binding.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/bucket.d.ts +103 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/bucket.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/cron.d.ts +121 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/cron.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/d1.d.ts +107 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/d1.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/dns.d.ts +94 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/dns.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/experimental/astro.d.ts +186 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/experimental/astro.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/experimental/index.d.ts +4 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/experimental/index.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/experimental/solid-start.d.ts +171 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/experimental/solid-start.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/experimental/static-site.d.ts +222 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/experimental/static-site.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/helpers/fetch.d.ts +19 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/helpers/fetch.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/helpers/worker-builder.d.ts +10 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/helpers/worker-builder.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/index.d.ts +16 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/index.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/kv.d.ts +107 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/kv.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/dns-record.d.ts +20 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/dns-record.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/kv-data.d.ts +23 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/kv-data.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-assets.d.ts +18 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-assets.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-url.d.ts +22 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-url.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/zone-lookup.d.ts +22 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/zone-lookup.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/queue.d.ts +60 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/queue.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/ssr-site.d.ts +51 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/ssr-site.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/static-site.d.ts +262 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/static-site.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/worker.d.ts +295 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/worker.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/component.d.ts +37 -0
- package/dist/sst/.sst/platform/src/components/component.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cpu.d.ts +3 -0
- package/dist/sst/.sst/platform/src/components/cpu.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/dns.d.ts +59 -0
- package/dist/sst/.sst/platform/src/components/dns.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/duration.d.ts +7 -0
- package/dist/sst/.sst/platform/src/components/duration.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/error.d.ts +4 -0
- package/dist/sst/.sst/platform/src/components/error.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/experimental/dev-command.d.ts +99 -0
- package/dist/sst/.sst/platform/src/components/experimental/dev-command.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/experimental/index.d.ts +2 -0
- package/dist/sst/.sst/platform/src/components/experimental/index.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/index.d.ts +16 -0
- package/dist/sst/.sst/platform/src/components/index.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/input.d.ts +3 -0
- package/dist/sst/.sst/platform/src/components/input.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/link.d.ts +41 -0
- package/dist/sst/.sst/platform/src/components/link.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/linkable.d.ts +271 -0
- package/dist/sst/.sst/platform/src/components/linkable.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/naming.d.ts +7 -0
- package/dist/sst/.sst/platform/src/components/naming.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/path.d.ts +2 -0
- package/dist/sst/.sst/platform/src/components/path.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/rpc/rpc.d.ts +19 -0
- package/dist/sst/.sst/platform/src/components/rpc/rpc.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/secret.d.ts +125 -0
- package/dist/sst/.sst/platform/src/components/secret.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/size.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/size.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/vercel/account-id.d.ts +2 -0
- package/dist/sst/.sst/platform/src/components/vercel/account-id.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/vercel/dns.d.ts +73 -0
- package/dist/sst/.sst/platform/src/components/vercel/dns.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/vercel/index.d.ts +3 -0
- package/dist/sst/.sst/platform/src/components/vercel/index.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/vercel/providers/dns-record.d.ts +14 -0
- package/dist/sst/.sst/platform/src/components/vercel/providers/dns-record.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/config.d.ts +1258 -0
- package/dist/sst/.sst/platform/src/config.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/util/compare-semver.d.ts +4 -0
- package/dist/sst/.sst/platform/src/util/compare-semver.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/util/fs.d.ts +5 -0
- package/dist/sst/.sst/platform/src/util/fs.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/util/lazy.d.ts +2 -0
- package/dist/sst/.sst/platform/src/util/lazy.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/util/semaphore.d.ts +9 -0
- package/dist/sst/.sst/platform/src/util/semaphore.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/util/warn.d.ts +2 -0
- package/dist/sst/.sst/platform/src/util/warn.d.ts.map +1 -0
- package/dist/sst/components/dashboard.d.ts +2 -0
- package/dist/sst/components/dashboard.d.ts.map +1 -0
- package/dist/sst/components/monorise-core.d.ts +18 -0
- package/dist/sst/components/monorise-core.d.ts.map +1 -0
- package/dist/sst/components/q-function.d.ts +17 -0
- package/dist/sst/components/q-function.d.ts.map +1 -0
- package/dist/sst/components/single-table.d.ts +14 -0
- package/dist/sst/components/single-table.d.ts.map +1 -0
- package/dist/sst/constants/event.d.ts +73 -0
- package/dist/sst/constants/event.d.ts.map +1 -0
- package/dist/sst/constants/table.d.ts +3 -0
- package/dist/sst/constants/table.d.ts.map +1 -0
- package/dist/sst/index.d.ts +11 -0
- package/dist/sst/index.d.ts.map +1 -0
- package/dist/sst/index.js +609 -0
- package/dist/sst/index.js.map +1 -0
- package/dist/sst/sst.config.d.ts +3 -0
- package/dist/sst/sst.config.d.ts.map +1 -0
- package/dist/sst/tsup.config.d.ts +3 -0
- package/dist/sst/tsup.config.d.ts.map +1 -0
- package/package.json +83 -0
|
@@ -0,0 +1,568 @@
|
|
|
1
|
+
import { ComponentResourceOptions, Output } from "@pulumi/pulumi";
|
|
2
|
+
import { Component, Transform } from "../component";
|
|
3
|
+
import { Link } from "../link";
|
|
4
|
+
import type { Input } from "../input";
|
|
5
|
+
import { FunctionArgs, FunctionArn } from "./function";
|
|
6
|
+
import { DynamoLambdaSubscriber } from "./dynamo-lambda-subscriber";
|
|
7
|
+
import { dynamodb, lambda } from "@pulumi/aws";
|
|
8
|
+
export interface DynamoArgs {
|
|
9
|
+
/**
|
|
10
|
+
* An object defining the fields of the table that'll be used to create indexes. The key is the name of the field and the value is the type.
|
|
11
|
+
*
|
|
12
|
+
* :::note
|
|
13
|
+
* You don't need to define all your fields here, just the ones you want to use for indexes.
|
|
14
|
+
* :::
|
|
15
|
+
*
|
|
16
|
+
* While you can have fields field types other than `string`, `number`, and `binary`; you can only use these types for your indexes.
|
|
17
|
+
*
|
|
18
|
+
* :::caution
|
|
19
|
+
* Field types cannot be changed after table creation. Any changes to field types will be ignored.
|
|
20
|
+
* :::
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```js
|
|
24
|
+
* {
|
|
25
|
+
* fields: {
|
|
26
|
+
* userId: "string",
|
|
27
|
+
* noteId: "string"
|
|
28
|
+
* }
|
|
29
|
+
* }
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
fields: Input<Record<string, "string" | "number" | "binary">>;
|
|
33
|
+
/**
|
|
34
|
+
* Define the table's primary index. You can only have one primary index.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* ```js
|
|
38
|
+
* {
|
|
39
|
+
* primaryIndex: { hashKey: "userId", rangeKey: "noteId" }
|
|
40
|
+
* }
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
primaryIndex: Input<{
|
|
44
|
+
/**
|
|
45
|
+
* The hash key field of the index. This field needs to be defined in the `fields`.
|
|
46
|
+
*/
|
|
47
|
+
hashKey: Input<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The range key field of the index. This field needs to be defined in the `fields`.
|
|
50
|
+
*/
|
|
51
|
+
rangeKey?: Input<string>;
|
|
52
|
+
}>;
|
|
53
|
+
/**
|
|
54
|
+
* Configure the table's global secondary indexes.
|
|
55
|
+
*
|
|
56
|
+
* You can have up to 20 global secondary indexes per table. And each global secondary index should have a unique name.
|
|
57
|
+
*
|
|
58
|
+
* @example
|
|
59
|
+
*
|
|
60
|
+
* ```js
|
|
61
|
+
* {
|
|
62
|
+
* globalIndexes: {
|
|
63
|
+
* CreatedAtIndex: { hashKey: "userId", rangeKey: "createdAt" }
|
|
64
|
+
* }
|
|
65
|
+
* }
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
globalIndexes?: Input<Record<string, Input<{
|
|
69
|
+
/**
|
|
70
|
+
* The hash key field of the index. This field needs to be defined in the `fields`.
|
|
71
|
+
*/
|
|
72
|
+
hashKey: Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The range key field of the index. This field needs to be defined in the `fields`.
|
|
75
|
+
*/
|
|
76
|
+
rangeKey?: Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The fields to project into the index.
|
|
79
|
+
* @default `"all"`
|
|
80
|
+
* @example
|
|
81
|
+
* Project only the key fields: `userId` and `createdAt`.
|
|
82
|
+
* ```js
|
|
83
|
+
* {
|
|
84
|
+
* hashKey: "userId",
|
|
85
|
+
* rangeKey: "createdAt",
|
|
86
|
+
* projection: "keys-only"
|
|
87
|
+
* }
|
|
88
|
+
* ```
|
|
89
|
+
*
|
|
90
|
+
* Project the `noteId` field in addition to the key fields.
|
|
91
|
+
* ```js
|
|
92
|
+
* {
|
|
93
|
+
* hashKey: "userId",
|
|
94
|
+
* rangeKey: "createdAt",
|
|
95
|
+
* projection: ["noteId"]
|
|
96
|
+
* }
|
|
97
|
+
* ```
|
|
98
|
+
*/
|
|
99
|
+
projection?: Input<"all" | "keys-only" | Input<string>[]>;
|
|
100
|
+
}>>>;
|
|
101
|
+
/**
|
|
102
|
+
* Configure the table's local secondary indexes.
|
|
103
|
+
*
|
|
104
|
+
* Unlike global indexes, local indexes use the same `hashKey` as the `primaryIndex` of the table.
|
|
105
|
+
*
|
|
106
|
+
* You can have up to 5 local secondary indexes per table. And each local secondary index should have a unique name.
|
|
107
|
+
*
|
|
108
|
+
* @example
|
|
109
|
+
* ```js
|
|
110
|
+
* {
|
|
111
|
+
* localIndexes: {
|
|
112
|
+
* CreatedAtIndex: { rangeKey: "createdAt" }
|
|
113
|
+
* }
|
|
114
|
+
* }
|
|
115
|
+
* ```
|
|
116
|
+
*/
|
|
117
|
+
localIndexes?: Input<Record<string, Input<{
|
|
118
|
+
/**
|
|
119
|
+
* The range key field of the index. This field needs to be defined in the `fields`.
|
|
120
|
+
*/
|
|
121
|
+
rangeKey: Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* The fields to project into the index.
|
|
124
|
+
* @default `"all"`
|
|
125
|
+
* @example
|
|
126
|
+
* Project only the key field: `createdAt`.
|
|
127
|
+
* ```js
|
|
128
|
+
* {
|
|
129
|
+
* rangeKey: "createdAt",
|
|
130
|
+
* projection: "keys-only"
|
|
131
|
+
* }
|
|
132
|
+
* ```
|
|
133
|
+
*
|
|
134
|
+
* Project the `noteId` field in addition to the key field.
|
|
135
|
+
* ```js
|
|
136
|
+
* {
|
|
137
|
+
* rangeKey: "createdAt",
|
|
138
|
+
* projection: ["noteId"]
|
|
139
|
+
* }
|
|
140
|
+
* ```
|
|
141
|
+
*/
|
|
142
|
+
projection?: Input<"all" | "keys-only" | Input<string>[]>;
|
|
143
|
+
}>>>;
|
|
144
|
+
/**
|
|
145
|
+
* Enable [DynamoDB Streams](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html) for the table.
|
|
146
|
+
*
|
|
147
|
+
* :::note
|
|
148
|
+
* Streams are not enabled by default since there's a cost attached to storing them.
|
|
149
|
+
* :::
|
|
150
|
+
*
|
|
151
|
+
* When an item in the table is modified, the stream captures the information and sends it to your subscriber function.
|
|
152
|
+
*
|
|
153
|
+
* :::tip
|
|
154
|
+
* The `new-and-old-images` stream type is a good default option since it has both the new and old items.
|
|
155
|
+
* :::
|
|
156
|
+
*
|
|
157
|
+
* You can configure what will be written to the stream:
|
|
158
|
+
*
|
|
159
|
+
* - `new-image`: The entire item after it was modified.
|
|
160
|
+
* - `old-image`: The entire item before it was modified.
|
|
161
|
+
* - `new-and-old-images`: Both the new and the old items. A good default to use since it contains all the data.
|
|
162
|
+
* - `keys-only`: Only the keys of the fields of the modified items. If you are worried about the costs, you can use this since it stores the least amount of data.
|
|
163
|
+
* @default Disabled
|
|
164
|
+
* @example
|
|
165
|
+
* ```js
|
|
166
|
+
* {
|
|
167
|
+
* stream: "new-and-old-images"
|
|
168
|
+
* }
|
|
169
|
+
* ```
|
|
170
|
+
*/
|
|
171
|
+
stream?: Input<"keys-only" | "new-image" | "old-image" | "new-and-old-images">;
|
|
172
|
+
/**
|
|
173
|
+
* The field in the table to store the _Time to Live_ or TTL timestamp in. This field should
|
|
174
|
+
* be of type `number`. When the TTL timestamp is reached, the item will be deleted.
|
|
175
|
+
*
|
|
176
|
+
* Read more about [Time to Live](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TTL.html).
|
|
177
|
+
*
|
|
178
|
+
* @example
|
|
179
|
+
* Here the TTL field in our table is called `expireAt`.
|
|
180
|
+
* ```js
|
|
181
|
+
* {
|
|
182
|
+
* ttl: "expireAt"
|
|
183
|
+
* }
|
|
184
|
+
* ```
|
|
185
|
+
*/
|
|
186
|
+
ttl?: Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* Enable deletion protection for the table. When enabled, the table cannot be deleted.
|
|
189
|
+
*
|
|
190
|
+
* @example
|
|
191
|
+
* ```js
|
|
192
|
+
* {
|
|
193
|
+
* deletionProtection: true,
|
|
194
|
+
* }
|
|
195
|
+
* ```
|
|
196
|
+
*/
|
|
197
|
+
deletionProtection?: Input<boolean>;
|
|
198
|
+
/**
|
|
199
|
+
* [Transform](/docs/components#transform) how this component creates its underlying
|
|
200
|
+
* resources.
|
|
201
|
+
*/
|
|
202
|
+
transform?: {
|
|
203
|
+
/**
|
|
204
|
+
* Transform the DynamoDB Table resource.
|
|
205
|
+
*/
|
|
206
|
+
table?: Transform<dynamodb.TableArgs>;
|
|
207
|
+
};
|
|
208
|
+
}
|
|
209
|
+
export interface DynamoSubscriberArgs {
|
|
210
|
+
/**
|
|
211
|
+
* Filter the records processed by the `subscriber` function.
|
|
212
|
+
*
|
|
213
|
+
* :::tip
|
|
214
|
+
* You can pass in up to 5 different filters.
|
|
215
|
+
* :::
|
|
216
|
+
*
|
|
217
|
+
* You can pass in up to 5 different filter policies. These will logically ORed together. Meaning that if any single policy matches, the record will be processed.
|
|
218
|
+
*
|
|
219
|
+
* :::tip
|
|
220
|
+
* Learn more about the [filter rule syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax).
|
|
221
|
+
* :::
|
|
222
|
+
*
|
|
223
|
+
* @example
|
|
224
|
+
* For example, if your DynamoDB table's stream contains the follow record.
|
|
225
|
+
* ```js
|
|
226
|
+
* {
|
|
227
|
+
* eventID: "1",
|
|
228
|
+
* eventVersion: "1.0",
|
|
229
|
+
* dynamodb: {
|
|
230
|
+
* ApproximateCreationDateTime: "1678831218.0",
|
|
231
|
+
* Keys: {
|
|
232
|
+
* CustomerName: {
|
|
233
|
+
* "S": "AnyCompany Industries"
|
|
234
|
+
* },
|
|
235
|
+
* NewImage: {
|
|
236
|
+
* AccountManager: {
|
|
237
|
+
* S: "Pat Candella"
|
|
238
|
+
* },
|
|
239
|
+
* PaymentTerms: {
|
|
240
|
+
* S: "60 days"
|
|
241
|
+
* },
|
|
242
|
+
* CustomerName: {
|
|
243
|
+
* S: "AnyCompany Industries"
|
|
244
|
+
* }
|
|
245
|
+
* },
|
|
246
|
+
* SequenceNumber: "111",
|
|
247
|
+
* SizeBytes: 26,
|
|
248
|
+
* StreamViewType: "NEW_IMAGE"
|
|
249
|
+
* }
|
|
250
|
+
* }
|
|
251
|
+
* }
|
|
252
|
+
* ```
|
|
253
|
+
*
|
|
254
|
+
* To process only those records where the `CustomerName` is `AnyCompany Industries`.
|
|
255
|
+
|
|
256
|
+
* ```js
|
|
257
|
+
* {
|
|
258
|
+
* filters: [
|
|
259
|
+
* {
|
|
260
|
+
* dynamodb: {
|
|
261
|
+
* Keys: {
|
|
262
|
+
* CustomerName: {
|
|
263
|
+
* S: ["AnyCompany Industries"]
|
|
264
|
+
* }
|
|
265
|
+
* }
|
|
266
|
+
* }
|
|
267
|
+
* }
|
|
268
|
+
* ]
|
|
269
|
+
* }
|
|
270
|
+
* ```
|
|
271
|
+
*/
|
|
272
|
+
filters?: Input<Input<Record<string, any>>[]>;
|
|
273
|
+
/**
|
|
274
|
+
* [Transform](/docs/components#transform) how this subscription creates its underlying
|
|
275
|
+
* resources.
|
|
276
|
+
*/
|
|
277
|
+
transform?: {
|
|
278
|
+
/**
|
|
279
|
+
* Transform the Lambda Event Source Mapping resource.
|
|
280
|
+
*/
|
|
281
|
+
eventSourceMapping?: Transform<lambda.EventSourceMappingArgs>;
|
|
282
|
+
};
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
* The `Dynamo` component lets you add an [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) table to your app.
|
|
286
|
+
*
|
|
287
|
+
* @example
|
|
288
|
+
*
|
|
289
|
+
* #### Minimal example
|
|
290
|
+
*
|
|
291
|
+
* ```ts title="sst.config.ts"
|
|
292
|
+
* const table = new sst.aws.Dynamo("MyTable", {
|
|
293
|
+
* fields: {
|
|
294
|
+
* userId: "string",
|
|
295
|
+
* noteId: "string"
|
|
296
|
+
* },
|
|
297
|
+
* primaryIndex: { hashKey: "userId", rangeKey: "noteId" }
|
|
298
|
+
* });
|
|
299
|
+
* ```
|
|
300
|
+
*
|
|
301
|
+
* #### Add a global index
|
|
302
|
+
*
|
|
303
|
+
* Optionally add a global index to the table.
|
|
304
|
+
*
|
|
305
|
+
* ```ts {8-10} title="sst.config.ts"
|
|
306
|
+
* new sst.aws.Dynamo("MyTable", {
|
|
307
|
+
* fields: {
|
|
308
|
+
* userId: "string",
|
|
309
|
+
* noteId: "string",
|
|
310
|
+
* createdAt: "number",
|
|
311
|
+
* },
|
|
312
|
+
* primaryIndex: { hashKey: "userId", rangeKey: "noteId" },
|
|
313
|
+
* globalIndexes: {
|
|
314
|
+
* CreatedAtIndex: { hashKey: "userId", rangeKey: "createdAt" }
|
|
315
|
+
* }
|
|
316
|
+
* });
|
|
317
|
+
* ```
|
|
318
|
+
*
|
|
319
|
+
* #### Add a local index
|
|
320
|
+
*
|
|
321
|
+
* Optionally add a local index to the table.
|
|
322
|
+
*
|
|
323
|
+
* ```ts {8-10} title="sst.config.ts"
|
|
324
|
+
* new sst.aws.Dynamo("MyTable", {
|
|
325
|
+
* fields: {
|
|
326
|
+
* userId: "string",
|
|
327
|
+
* noteId: "string",
|
|
328
|
+
* createdAt: "number",
|
|
329
|
+
* },
|
|
330
|
+
* primaryIndex: { hashKey: "userId", rangeKey: "noteId" },
|
|
331
|
+
* localIndexes: {
|
|
332
|
+
* CreatedAtIndex: { rangeKey: "createdAt" }
|
|
333
|
+
* }
|
|
334
|
+
* });
|
|
335
|
+
* ```
|
|
336
|
+
*
|
|
337
|
+
* #### Subscribe to a DynamoDB Stream
|
|
338
|
+
*
|
|
339
|
+
* To subscribe to a [DynamoDB Stream](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html), start by enabling it.
|
|
340
|
+
*
|
|
341
|
+
* ```ts {7} title="sst.config.ts"
|
|
342
|
+
* const table = new sst.aws.Dynamo("MyTable", {
|
|
343
|
+
* fields: {
|
|
344
|
+
* userId: "string",
|
|
345
|
+
* noteId: "string"
|
|
346
|
+
* },
|
|
347
|
+
* primaryIndex: { hashKey: "userId", rangeKey: "noteId" },
|
|
348
|
+
* stream: "new-and-old-images"
|
|
349
|
+
* });
|
|
350
|
+
* ```
|
|
351
|
+
*
|
|
352
|
+
* Then, subscribing to it.
|
|
353
|
+
*
|
|
354
|
+
* ```ts title="sst.config.ts"
|
|
355
|
+
* table.subscribe("MySubscriber", "src/subscriber.handler");
|
|
356
|
+
* ```
|
|
357
|
+
*
|
|
358
|
+
* #### Link the table to a resource
|
|
359
|
+
*
|
|
360
|
+
* You can link the table to other resources, like a function or your Next.js app.
|
|
361
|
+
*
|
|
362
|
+
* ```ts title="sst.config.ts"
|
|
363
|
+
* new sst.aws.Nextjs("MyWeb", {
|
|
364
|
+
* link: [table]
|
|
365
|
+
* });
|
|
366
|
+
* ```
|
|
367
|
+
*
|
|
368
|
+
* Once linked, you can query the table through your app.
|
|
369
|
+
*
|
|
370
|
+
* ```ts title="app/page.tsx" {1,8}
|
|
371
|
+
* import { Resource } from "sst";
|
|
372
|
+
* import { DynamoDBClient, QueryCommand, ScanCommand } from "@aws-sdk/client-dynamodb";
|
|
373
|
+
*
|
|
374
|
+
* const client = new DynamoDBClient();
|
|
375
|
+
*
|
|
376
|
+
* await client.send(new QueryCommand({
|
|
377
|
+
* TableName: Resource.MyTable.name,
|
|
378
|
+
* KeyConditionExpression: "userId = :userId",
|
|
379
|
+
* ExpressionAttributeValues: {
|
|
380
|
+
* ":userId": "my-user-id"
|
|
381
|
+
* }
|
|
382
|
+
* }));
|
|
383
|
+
* ```
|
|
384
|
+
*/
|
|
385
|
+
export declare class Dynamo extends Component implements Link.Linkable {
|
|
386
|
+
private constructorName;
|
|
387
|
+
private constructorOpts;
|
|
388
|
+
private table;
|
|
389
|
+
constructor(name: string, args: DynamoArgs, opts?: ComponentResourceOptions);
|
|
390
|
+
/**
|
|
391
|
+
* The ARN of the DynamoDB Table.
|
|
392
|
+
*/
|
|
393
|
+
get arn(): Output<string>;
|
|
394
|
+
/**
|
|
395
|
+
* The name of the DynamoDB Table.
|
|
396
|
+
*/
|
|
397
|
+
get name(): Output<string>;
|
|
398
|
+
/**
|
|
399
|
+
* The underlying [resources](/docs/components/#nodes) this component creates.
|
|
400
|
+
*/
|
|
401
|
+
get nodes(): {
|
|
402
|
+
/**
|
|
403
|
+
* The Amazon DynamoDB Table.
|
|
404
|
+
*/
|
|
405
|
+
table: Output<import("@pulumi/aws/dynamodb/table").Table>;
|
|
406
|
+
};
|
|
407
|
+
/**
|
|
408
|
+
* Subscribe to the DynamoDB Stream of this table.
|
|
409
|
+
*
|
|
410
|
+
* :::note
|
|
411
|
+
* You'll first need to enable the `stream` before subscribing to it.
|
|
412
|
+
* :::
|
|
413
|
+
*
|
|
414
|
+
* @param name The name of the subscriber.
|
|
415
|
+
* @param subscriber The function that'll be notified.
|
|
416
|
+
* @param args Configure the subscription.
|
|
417
|
+
*
|
|
418
|
+
* @example
|
|
419
|
+
*
|
|
420
|
+
* ```js title="sst.config.ts"
|
|
421
|
+
* table.subscribe("MySubscriber", "src/subscriber.handler");
|
|
422
|
+
* ```
|
|
423
|
+
*
|
|
424
|
+
* Add a filter to the subscription.
|
|
425
|
+
*
|
|
426
|
+
* ```js title="sst.config.ts"
|
|
427
|
+
* table.subscribe("MySubscriber", "src/subscriber.handler", {
|
|
428
|
+
* filters: [
|
|
429
|
+
* {
|
|
430
|
+
* dynamodb: {
|
|
431
|
+
* Keys: {
|
|
432
|
+
* CustomerName: {
|
|
433
|
+
* S: ["AnyCompany Industries"]
|
|
434
|
+
* }
|
|
435
|
+
* }
|
|
436
|
+
* }
|
|
437
|
+
* }
|
|
438
|
+
* ]
|
|
439
|
+
* });
|
|
440
|
+
* ```
|
|
441
|
+
*
|
|
442
|
+
* Customize the subscriber function.
|
|
443
|
+
*
|
|
444
|
+
* ```js title="sst.config.ts"
|
|
445
|
+
* table.subscribe("MySubscriber", {
|
|
446
|
+
* handler: "src/subscriber.handler",
|
|
447
|
+
* timeout: "60 seconds"
|
|
448
|
+
* });
|
|
449
|
+
* ```
|
|
450
|
+
*
|
|
451
|
+
* Or pass in the ARN of an existing Lambda function.
|
|
452
|
+
*
|
|
453
|
+
* ```js title="sst.config.ts"
|
|
454
|
+
* table.subscribe("MySubscriber", "arn:aws:lambda:us-east-1:123456789012:function:my-function");
|
|
455
|
+
* ```
|
|
456
|
+
*/
|
|
457
|
+
subscribe(name: string, subscriber: Input<string | FunctionArgs | FunctionArn>, args?: DynamoSubscriberArgs): Output<DynamoLambdaSubscriber>;
|
|
458
|
+
/**
|
|
459
|
+
* @deprecated The subscribe function now requires a `name` parameter as the first argument.
|
|
460
|
+
* To migrate, remove the current subscriber, deploy the changes, and then add the subscriber
|
|
461
|
+
* back with the new `name` argument.
|
|
462
|
+
*/
|
|
463
|
+
subscribe(subscriber: Input<string | FunctionArgs | FunctionArn>, args?: DynamoSubscriberArgs): Output<DynamoLambdaSubscriber>;
|
|
464
|
+
/**
|
|
465
|
+
* Subscribe to the DynamoDB stream of a table that was not created in your app.
|
|
466
|
+
*
|
|
467
|
+
* @param name The name of the subscriber.
|
|
468
|
+
* @param streamArn The ARN of the DynamoDB Stream to subscribe to.
|
|
469
|
+
* @param subscriber The function that'll be notified.
|
|
470
|
+
* @param args Configure the subscription.
|
|
471
|
+
*
|
|
472
|
+
* @example
|
|
473
|
+
*
|
|
474
|
+
* For example, let's say you have a DynamoDB stream ARN of an existing table.
|
|
475
|
+
*
|
|
476
|
+
* ```js title="sst.config.ts"
|
|
477
|
+
* const streamArn = "arn:aws:dynamodb:us-east-1:123456789012:table/MyTable/stream/2024-02-25T23:17:55.264";
|
|
478
|
+
* ```
|
|
479
|
+
*
|
|
480
|
+
* You can subscribe to it by passing in the ARN.
|
|
481
|
+
*
|
|
482
|
+
* ```js title="sst.config.ts"
|
|
483
|
+
* sst.aws.Dynamo.subscribe("MySubscriber", streamArn, "src/subscriber.handler");
|
|
484
|
+
* ```
|
|
485
|
+
*
|
|
486
|
+
* Add a filter to the subscription.
|
|
487
|
+
*
|
|
488
|
+
* ```js title="sst.config.ts"
|
|
489
|
+
* sst.aws.Dynamo.subscribe("MySubscriber", streamArn, "src/subscriber.handler", {
|
|
490
|
+
* filters: [
|
|
491
|
+
* {
|
|
492
|
+
* dynamodb: {
|
|
493
|
+
* Keys: {
|
|
494
|
+
* CustomerName: {
|
|
495
|
+
* S: ["AnyCompany Industries"]
|
|
496
|
+
* }
|
|
497
|
+
* }
|
|
498
|
+
* }
|
|
499
|
+
* }
|
|
500
|
+
* ]
|
|
501
|
+
* });
|
|
502
|
+
* ```
|
|
503
|
+
*
|
|
504
|
+
* Customize the subscriber function.
|
|
505
|
+
*
|
|
506
|
+
* ```js title="sst.config.ts"
|
|
507
|
+
* sst.aws.Dynamo.subscribe("MySubscriber", streamArn, {
|
|
508
|
+
* handler: "src/subscriber.handler",
|
|
509
|
+
* timeout: "60 seconds"
|
|
510
|
+
* });
|
|
511
|
+
* ```
|
|
512
|
+
*/
|
|
513
|
+
static subscribe(name: string, streamArn: Input<string>, subscriber: Input<string | FunctionArgs | FunctionArn>, args?: DynamoSubscriberArgs): Output<DynamoLambdaSubscriber>;
|
|
514
|
+
/**
|
|
515
|
+
* @deprecated The subscribe function now requires a `name` parameter as the first argument.
|
|
516
|
+
* To migrate, remove the current subscriber, deploy the changes, and then add the subscriber
|
|
517
|
+
* back with the new `name` argument.
|
|
518
|
+
*/
|
|
519
|
+
static subscribe(streamArn: Input<string>, subscriber: Input<string | FunctionArgs | FunctionArn>, args?: DynamoSubscriberArgs): Output<DynamoLambdaSubscriber>;
|
|
520
|
+
private static _subscribe;
|
|
521
|
+
private static _subscribeV1;
|
|
522
|
+
/**
|
|
523
|
+
* Reference an existing DynamoDB Table with the given table name. This is useful when you
|
|
524
|
+
* create a table in one stage and want to share it in another stage. It avoid having to
|
|
525
|
+
* create a new table in the other stage.
|
|
526
|
+
*
|
|
527
|
+
* :::tip
|
|
528
|
+
* You can use the `static get` method to share a table across stages.
|
|
529
|
+
* :::
|
|
530
|
+
*
|
|
531
|
+
* @param name The name of the component.
|
|
532
|
+
* @param tableName The name of the DynamoDB Table.
|
|
533
|
+
* @param opts? Resource options.
|
|
534
|
+
*
|
|
535
|
+
* @example
|
|
536
|
+
* Imagine you create a table in the `dev` stage. And in your personal stage `frank`,
|
|
537
|
+
* instead of creating a new table, you want to share the table from `dev`.
|
|
538
|
+
*
|
|
539
|
+
* ```ts title=sst.config.ts"
|
|
540
|
+
* const table = $app.stage === "frank"
|
|
541
|
+
* ? sst.aws.Dynamo.get("MyTable", "app-dev-mytable")
|
|
542
|
+
* : new sst.aws.Dynamo("MyTable");
|
|
543
|
+
* ```
|
|
544
|
+
*
|
|
545
|
+
* Here `app-dev-mytable` is the name of the DynamoDB Table created in the `dev` stage.
|
|
546
|
+
* You can find this by outputting the table name in the `dev` stage.
|
|
547
|
+
*
|
|
548
|
+
* ```ts title="sst.config.ts"
|
|
549
|
+
* return {
|
|
550
|
+
* table: table.name
|
|
551
|
+
* };
|
|
552
|
+
* ```
|
|
553
|
+
*/
|
|
554
|
+
static get(name: string, tableName: Input<string>, opts?: ComponentResourceOptions): Dynamo;
|
|
555
|
+
/** @internal */
|
|
556
|
+
getSSTLink(): {
|
|
557
|
+
properties: {
|
|
558
|
+
name: Output<string>;
|
|
559
|
+
};
|
|
560
|
+
include: {
|
|
561
|
+
effect?: "allow" | "deny" | undefined;
|
|
562
|
+
actions: string[];
|
|
563
|
+
resources: Input<Input<string>[]>;
|
|
564
|
+
type: "aws.permission";
|
|
565
|
+
}[];
|
|
566
|
+
};
|
|
567
|
+
}
|
|
568
|
+
//# sourceMappingURL=dynamo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamo.d.ts","sourceRoot":"","sources":["../../../../../../.sst/platform/src/components/aws/dynamo.ts"],"names":[],"mappings":"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"}
|