Storage Service Preset
A storage-centric service focused on durable data persistence and file/object storage.
Generated resources
- DynamoDB table for structured data
- S3 bucket for files/artifacts
- Optional Lambda/API for access patterns
Use cases
- Document and media storage
- Metadata catalogs
- Data ingestion and archival
Usage
nx g @mhshahzad/nx-cdk-deploy:preset --name=assets --preset=storage-service
Then deploy:
nx deploy assets --configuration=dev