Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Update config to use base path and type #31

Description

@adrianhall

Currently, we specify every single file and what type it is. However, mostly, we just want to configure a client. I'd suggest the following configuration types:

amplify:
  - base: ../android/app
    type: android
    appClient: AndroidUserPoolClient
    s3Bucket: UserFiles
  - base: ../ios/aws
    type: swift
    appClient: iOSUserPoolClient
    s3Bucket: UserFiles
  - base: ../web/src/aws
    type: react
    appClient: WebUserPoolClient
    s3Bucket: UserFiles

All of the code-gen and files should be placed "in the right place" for the designated app, with directories being created as needed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions