Giter VIP home page Giter VIP logo

ramirezramirez125 / rapid-application-development-with-aws-amplify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/rapid-application-development-with-aws-amplify

0.0 2.0 0.0 49.16 MB

Rapid Application Development with AWS Amplify, published by Packt

License: MIT License

TypeScript 69.76% JavaScript 2.25% HTML 2.68% CSS 2.03% Starlark 0.94% Java 9.71% Objective-C 6.88% Ruby 5.66% Gherkin 0.09%

rapid-application-development-with-aws-amplify's Introduction

Rapid Application Development with AWS Amplify

Rapid Application Development with AWS Amplify

This is the code repository for Rapid Application Development with AWS Amplify, published by Packt.

Build cloud-native mobile and web apps from scratch through continuous delivery and test automation

What is this book about?

AWS Amplify is a modern toolkit that includes a command line interface (CLI); libraries for JS, iOS, and Android programming; UI component libraries for frameworks like React, Angular, and Vue.js for web development, and React Native and Flutter for mobile development.

This book covers the following exciting features:

  • Build React and React Native apps with Amplify and TypeScript
  • Explore pre-built Amplify UI components for rapid prototyping
  • Add user management with Amplify authentication to your app
  • Use Amplify GraphQL to create a blog post
  • Discover how to upload photos to Amplify Storage

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

function setInput(key, value) {
setFormState({ ...formState, [key]: value })
}
async function fetchTodos() {
try {
const todoData = await
API.graphql(graphqlOperation(listTodos))
const todos = todoData.data.listTodos.items
setTodos(todos)
} catch (err) { console.log('error fetching todos') }
}

Following is what you need for this book:

This book is for developers and tech companies looking to develop cloud-native products rapidly with the AWS ecosystem. Web and mobile developers with little-to-no experience in TypeScript programming will also find this book helpful. Although no prior experience with AWS or TypeScript is required, basic familiarity with modern frameworks such as React and React Native is useful.

With the following software and hardware list you can run all code files present in the book (Chapter 1-9).

Software and Hardware List

Chapter Software required OS required
1-9 Visual Studio Code 1.57.0+ (IDE) Windows, Mac OS X, and Linux (Any)
1-9 Xcode 12.4+ (IDE) Mac OS only(optional)
1-9 AWS Account (free trial) Windows, Mac OS X, and Linux (Any)
1-9 Android Studio 4.2.1+ (IDE) Windows, Mac OS X, and Linux (Any)
1-9 React 17+ & React Native 0.64+ Windows, Mac OS X, and Linux (Any)
1-9 Node.js Windows, Mac OS X, and Linux (Any)
1-9 Expo SDK 41+ Windows, Mac OS X, and Linux (Any)
1-9 Typescript 4.3.2+ Windows, Mac OS X, and Linux (Any)

Rapid Application Development with AWS Amplify

Follow the Rapid Application Development with AWS Amplify book to setup different AWS Amplify projects.

In the project directory of each chapter, you can run:

yarn install

Install the dependencies

For ReactJS project

yarn start

Runs the app in the development mode on the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

For React Native and Expo projects

yarn ios

Runs the app in the development mode on the iOS simulator.

The app will reload if you make edits.
You will also see any lint errors in the console.

Note: Requires macOS and XCode

yarn android

Runs the app in the development mode on the android emulator.

The app will reload if you make edits.
You will also see any lint errors in the console.

Note: Requires Android Studio


We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Adrian Leung is a full-stack cloud native engineer and Agile Transformation Coach with a deep understanding of Business and Organisational Agilities. His background has led him to coach many enterprises in digital transformation with Design Thinking and Agile as well as enterprise scalable cloud-native solution architectures to deliver real value to their customers.

Adrian earned a degree in Applied Information Technology from The University of Newcastle, Australia in 2007. His work history includes helping many enterprises in Hong Kong with their digital transformation journey. He is currently the Founder of Adventvr that is building amazing products and espousing the benefits of serverless systems whenever he has the chance.

rapid-application-development-with-aws-amplify's People

Contributors

shubham763 avatar mrbokeh avatar packt-itservice avatar sofi-hr avatar

Watchers

James Cloos avatar  avatar

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.