Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BUCKET_NAME=infrastack-websitebucket75c24d94-zfidwtrac5aw
DISTRIBUTION_ID=E1L4KL50AHHB3I
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# React-shop-cloudfront
https://d1viw7rdmpypnj.cloudfront.net
http://infrastack-websitebucket75c24d94-frjac1vdwswk.s3-website.eu-north-1.amazonaws.com
PRODUCTS API URL: https://3c32wuaowa.execute-api.eu-north-1.amazonaws.com/prod/products
IMPORT API URL: https://mv1fsspphi.execute-api.eu-north-1.amazonaws.com/prod

This is frontend starter project for nodejs-aws mentoring program. It uses the following technologies:

Expand Down
14 changes: 14 additions & 0 deletions cdk-outputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"InfraStack": {
"BucketName": "infrastack-websitebucket75c24d94-zfidwtrac5aw",
"CloudFrontURL": "d1viw7rdmpypnj.cloudfront.net",
"ProductServiceApiEndpointE57F6293": "https://3c32wuaowa.execute-api.eu-north-1.amazonaws.com/prod/",
"DistributionId": "E1L4KL50AHHB3I",
"ProductsApiEndpoint": "https://3c32wuaowa.execute-api.eu-north-1.amazonaws.com/prod/products"
},
"ImportServiceStack": {
"ImportApiEndpointD68DD113": "https://mv1fsspphi.execute-api.eu-north-1.amazonaws.com/prod/",
"ImportBucketName": "importservicestack-importbucketbaf3a8e9-obkkngu49bzi",
"ImportAPI": "https://mv1fsspphi.execute-api.eu-north-1.amazonaws.com/prod/"
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
48 changes: 48 additions & 0 deletions cdk.out/ImportServiceStack.assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "40.0.0",
"files": {
"faa95a81ae7d7373f3e1f242268f904eb748d8d0fdd306e8a6fe515a1905a7d6": {
"source": {
"path": "asset.faa95a81ae7d7373f3e1f242268f904eb748d8d0fdd306e8a6fe515a1905a7d6",
"packaging": "zip"
},
"destinations": {
"current_account-eu-north-1": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-eu-north-1",
"objectKey": "faa95a81ae7d7373f3e1f242268f904eb748d8d0fdd306e8a6fe515a1905a7d6.zip",
"region": "eu-north-1",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-eu-north-1"
}
}
},
"c3d125bf4201e6e66ae63a1d22db355113104bfcbf648c244c87b9ac567b1b08": {
"source": {
"path": "asset.c3d125bf4201e6e66ae63a1d22db355113104bfcbf648c244c87b9ac567b1b08",
"packaging": "zip"
},
"destinations": {
"current_account-eu-north-1": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-eu-north-1",
"objectKey": "c3d125bf4201e6e66ae63a1d22db355113104bfcbf648c244c87b9ac567b1b08.zip",
"region": "eu-north-1",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-eu-north-1"
}
}
},
"ef43c935caab23df8473780098afc036e848a6c1e5ca70762c2bb04242848e3c": {
"source": {
"path": "ImportServiceStack.template.json",
"packaging": "file"
},
"destinations": {
"current_account-eu-north-1": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-eu-north-1",
"objectKey": "ef43c935caab23df8473780098afc036e848a6c1e5ca70762c2bb04242848e3c.json",
"region": "eu-north-1",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-eu-north-1"
}
}
}
},
"dockerImages": {}
}
Loading