Skip to content

Commit

Permalink
πŸ‘” demo: updated demo and node at 16 in volta
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimcesar committed Jul 26, 2022
1 parent 40c56b8 commit 82bfcba
Show file tree
Hide file tree
Showing 7 changed files with 6,027 additions and 5,999 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

<strong>Port of Paul Irish's [Lite YouTube Embed](https://github.com/paulirish/lite-youtube-embed) to a React Component. Provide videos with a supercharged focus on visual performance. The gain is not the same as the web component of the original implementation but saves some requests and gives you more control of the embed visual. An ["Adaptive Loading"](https://www.youtube.com/watch?v=puUPpVrIRkc) way to handle iframes for YouTube.</strong>

![iFrame example](_example_lite.gif)
[![iFrame example](_example_lite.gif)](https://main.d1vubvlhfep0xm.amplifyapp.com/)

## [View Demo](https://main.d36j4m8wacytqv.amplifyapp.com)
## [View Demo](https://main.d1vubvlhfep0xm.amplifyapp.com/)

</div>

Expand Down
10 changes: 9 additions & 1 deletion demo/amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
{}
{
"hosting": {
"amplifyhosting": {
"service": "amplifyhosting",
"type": "cicd",
"lastPushTimeStamp": "2022-07-26T18:44:12.388Z"
}
}
}
45 changes: 33 additions & 12 deletions demo/amplify/team-provider-info.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
{
"demo": {
"awscloudformation": {
"AuthRoleName": "amplify-demoreactliteytembed-demo-154942-authRole",
"UnauthRoleArn": "arn:aws:iam::695841149075:role/amplify-demoreactliteytembed-demo-154942-unauthRole",
"AuthRoleArn": "arn:aws:iam::695841149075:role/amplify-demoreactliteytembed-demo-154942-authRole",
"Region": "us-east-1",
"DeploymentBucketName": "amplify-demoreactliteytembed-demo-154942-deployment",
"UnauthRoleName": "amplify-demoreactliteytembed-demo-154942-unauthRole",
"StackName": "amplify-demoreactliteytembed-demo-154942",
"StackId": "arn:aws:cloudformation:us-east-1:695841149075:stack/amplify-demoreactliteytembed-demo-154942/ae05b3e0-9fad-11eb-8745-1291290b94c1",
"AmplifyAppId": "d3kgn2l8e1uos1"
"demo": {
"awscloudformation": {
"AuthRoleName": "amplify-demoreactliteytembed-demo-154942-authRole",
"UnauthRoleArn": "arn:aws:iam::695841149075:role/amplify-demoreactliteytembed-demo-154942-unauthRole",
"AuthRoleArn": "arn:aws:iam::695841149075:role/amplify-demoreactliteytembed-demo-154942-authRole",
"Region": "us-east-1",
"DeploymentBucketName": "amplify-demoreactliteytembed-demo-154942-deployment",
"UnauthRoleName": "amplify-demoreactliteytembed-demo-154942-unauthRole",
"StackName": "amplify-demoreactliteytembed-demo-154942",
"StackId": "arn:aws:cloudformation:us-east-1:695841149075:stack/amplify-demoreactliteytembed-demo-154942/ae05b3e0-9fad-11eb-8745-1291290b94c1",
"AmplifyAppId": "d3kgn2l8e1uos1"
}
},
"dev": {
"awscloudformation": {
"AuthRoleName": "amplify-demoreactliteytembed-dev-153628-authRole",
"UnauthRoleArn": "arn:aws:iam::359033282342:role/amplify-demoreactliteytembed-dev-153628-unauthRole",
"AuthRoleArn": "arn:aws:iam::359033282342:role/amplify-demoreactliteytembed-dev-153628-authRole",
"Region": "us-east-1",
"DeploymentBucketName": "amplify-demoreactliteytembed-dev-153628-deployment",
"UnauthRoleName": "amplify-demoreactliteytembed-dev-153628-unauthRole",
"StackName": "amplify-demoreactliteytembed-dev-153628",
"StackId": "arn:aws:cloudformation:us-east-1:359033282342:stack/amplify-demoreactliteytembed-dev-153628/de5c7600-0d11-11ed-b7ef-0a43413aad0b",
"AmplifyAppId": "d1vubvlhfep0xm"
},
"categories": {
"hosting": {
"amplifyhosting": {
"appId": "d1vubvlhfep0xm",
"type": "cicd"
}
}
}
}
}
}
Loading

0 comments on commit 82bfcba

Please sign in to comment.