mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-17 03:05:13 +00:00
Enhances CDK deployment process and documentation
Improves the deployment script to use the UAE region and adds context for the CDK stack.
This commit is contained in:
@ -8,8 +8,8 @@ const app = new cdk.App();
|
||||
new BackendStack(app, 'SyncrowBackendStack', {
|
||||
env: {
|
||||
account: process.env.CDK_DEFAULT_ACCOUNT,
|
||||
region: process.env.CDK_DEFAULT_REGION,
|
||||
region: 'me-central-1',
|
||||
},
|
||||
databaseName: 'syncrow',
|
||||
certificateArn: app.node.tryGetContext('certificateArn'),
|
||||
certificateArn: 'arn:aws:acm:me-central-1:482311766496:certificate/bea1e2ae-84a1-414e-8dbf-4599397e7ed0',
|
||||
});
|
||||
|
Reference in New Issue
Block a user