Giter Club home page Giter Club logo

aws-modern-application-workshop's Introduction

aws-modern-application-workshop's People

Contributors

abaird986 avatar bmichaud avatar doug-aws avatar jpeddicord avatar jschwarzwalder avatar ll2jwork avatar miketheman avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ngl321

aws-modern-application-workshop's Issues

Guided Web Project in Source Control

Developers should be guided through adding the Web Project (frontend) to Source Control and adding to the one source - rather than iterative versions in each module which do not work when the developer uses Amplify

main README update

"You will be creating and deploying changes to this application completely programmatically. You will use the AWS CLI or the AWS Tools for PowerShell to execute commands that create the required infrastructure components, which includes a fully managed CI/CD stack utilizing AWS CodeCommit, CodeBuild, and CodePipeline. Finally, you will complete the development tasks required all within Visual Studio Code."

We need to update this paragraph to say, "You will use the AWS CDK to create the required infrastructure components..."

Module 1 Feedback

I just stepped through Module 1, and observed the following issues in the tutorial guide:

  • there is a missing step to import the path module that is required for
    const webAppRoot = path.resolve(__dirname, '..', '..', 'frontend', 'dist');

  • the code snippet that copies the content in local 'frontend' directory to the S3 bucket is missing:

//copy local code to the S3 bucket
    new s3deploy.BucketDeployment(this, 'deploy website', {
        source: s3deploy.Source.asset(webAppRoot),
        destinationBucket: bucket,
        destinationKeyPrefix: 'web/',
        retainOnDelete: false
    });
  • The "Bind to your new GIT Repository remotes" section is a little confusing. Recommend that the explicit steps to push code commits to both the CDK and Web repos be spelled out.

Originally posted by @ccfife in #19 (comment)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.