We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.
Essential cookies are necessary to provide our site and services and cannot be deactivated. They are usually set in response to your actions on the site, such as setting your privacy preferences, signing in, or filling in forms.
Performance cookies provide anonymous statistics about how customers navigate our site so we can improve site experience and performance. Approved third parties may perform analytics on our behalf, but they cannot use the data for their own purposes.
Functional cookies help us provide useful site features, remember your preferences, and display relevant content. Approved third parties may set these cookies to provide certain site features. If you do not allow these cookies, then some or all of these services may not function properly.
Advertising cookies may be set through our site by us or our advertising partners and help us deliver relevant marketing content. If you do not allow these cookies, you will experience less relevant advertising.
Blocking some types of cookies may impact your experience of our sites. You may review and change your choices at any time by clicking Cookie preferences in the footer of this site. We and selected third-parties use cookies or similar technologies as specified in the AWS Cookie Notice.
We will use AWS CodeCommit to host your site’s repository. CodeCommit is included in the AWS Free Tier.
The AWS Cloud9 development environment comes with AWS managed temporary credentials that are associated with your IAM user. You use these credentials with the AWS git-remote-codecommit tool (A Git Remote Helper that makes it easier to interact with AWS CodeCommit). This tool is installed in Cloud9 by default. You can install it on your own machine by following the installation instructions.
aws codecommit create-repository \
--repository-name wild-rydes
git clone https://github.com/aws-samples/aws-serverless-webapp-workshop.git
cd aws-serverless-webapp-workshop
sudo yum install git-subtree -y
git subtree split -P resources/code/WildRydesVue -b WildRydesVue
Note: You may get the error message git: 'subtree' is not a git command
on Cloud9 and Amazon Linux 2. Run sudo yum install git-subtree
as a workaround, as this is not installed by default with git
in these environments.
mkdir ../wild-rydes && cd ../wild-rydes
git init
git pull ../aws-serverless-webapp-workshop WildRydesVue
git remote add origin codecommit://wild-rydes
git push -u origin master
rm -rf ../aws-serverless-webapp-workshop
Privacy | Site Terms | © 2022 Amazon Web Services, Inc. or its Affiliates. All rights reserved.