-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.yaml
50 lines (46 loc) · 1.27 KB
/
template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
SAM Template for dlpservices
Parameters:
NSTableName:
Type: String
Default: "minttable"
NOIDNAA:
Type: String
Default: "53696"
NOIDScheme:
Type: String
Default: "ark:/"
NOIDTemplate:
Type: String
Default: "eeddeede"
Region:
Type: String
Default: "us-east-1"
Image404:
Type: String
Default: "https://vtdlp-dev-cf.s3.amazonaws.com/404.png"
Resources:
MintServiceApp:
Type: AWS::Serverless::Application
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:909117335741:applications/NoidMintService
SemanticVersion: 1.1.2
Parameters:
NOIDNAA: !Ref NOIDNAA
NOIDScheme: !Ref NOIDScheme
NOIDTemplate: !Ref NOIDTemplate
NSTableName: !Ref NSTableName
Region: !Ref Region
ResolutionServiceApp:
Type: AWS::Serverless::Application
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:909117335741:applications/NameResolutionService
SemanticVersion: 1.0.4
Parameters:
Region: !Ref Region
Image404: !Ref Image404
TargetTableName: !Ref NSTableName