You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-portal/example-deployer.config.js
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// Here's how you set this up:
2
-
//
2
+
//
3
3
// 1. Replace YOUR_LAMBDA_ARTIFACTS_BUCKET_NAME with the name of the bucket you created in step 3
4
4
// of the dev setup.
5
5
// 2. Replace 'CUSTOM_PREFIX' in the properties that have it with your name, your org name, or some
@@ -9,11 +9,11 @@
9
9
// 3. Set any other optional parameters as desired. For the DynamoDB tables, their names must be
10
10
// unique to all DynamoDB tables within your account.
11
11
// 4. Save the file.
12
-
//
12
+
//
13
13
// Note: these configuration parameters are *not* the same as the SAM template parameters - the names differ and the behavior in many areas also differ. Furthermore, some SAM template parameters like `StaticAssetsRebuildToken` are handled automatically internally and cannot be configured.
14
-
//
14
+
//
15
15
// See the "Deployer configuration" section of `BUILDING.md` for documentation on each of the parameters.
16
-
"use strict"
16
+
'use strict'
17
17
18
18
module.exports={
19
19
// Optional, but recommended if you have multiple active AWS CLI profiles.
0 commit comments