-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloudformation.yaml
53 lines (49 loc) · 1.44 KB
/
cloudformation.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
50
51
52
53
AWSTemplateFormatVersion: "2010-09-09"
Description: "SKKU BK21 CloudFormation Template"
Mappings:
ResourceMap:
Bakcend:
Endpoint : https://api.bk21.com
Resources:
########## FRONTEND ##########
FrontendAmplifyApp:
Type: AWS::Amplify::App
Properties:
# AccessToken: String
# AutoBranchCreationConfig:
# AutoBranchCreationPatterns:
# - String
# BasicAuthConfig:
# BasicAuthConfig
# BuildSpec: String
# EnableAutoBranchCreation: Boolean
# EnableAutoBuild: Boolean
# EnablePerformanceMode: Boolean
# EnablePullRequestPreview: Boolean
# EnvironmentVariables:
# - EnvironmentVariable
# Framework: String
# PullRequestEnvironmentName: String
# Stage: String
# BasicAuthConfig:
# EnableBasicAuth: Boolean
# Password: String
# Username: String
# BuildSpec: String
# CustomHeaders: String
# CustomRules:
# - CustomRule
# EnableBranchAutoDeletion: Boolean
# EnvironmentVariables:
# - Name: String
# Value: String
# IAMServiceRole: String
Name: frontend
# OauthToken: String
Platform: WEB_COMPUTE
Repository: https://github.com/SKKU-BK21/frontend.git
########## BACKEND ##########
Outputs:
FrontendAppDomain:
Description: "Frontend App Domain"
Value: !Ref FrontendAmplifyApp.DefaultDomain