amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.

APACHE-2.0 License

Downloads
7.4M
Stars
2.8K
Committers
302

Bot releases are visible (Hide)

amplify-cli - 5.0.2

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-appsync-simulator 1.27.1 (2021-06-24)

Bug Fixes

  • validates optional non nullable fields to be not null (#7170) (1ca842c)

amplify-category-api 2.31.12 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224
  • support adding REST API paths in 'add api' (#7229) (fa9404a)

amplify-category-auth 2.34.0 (2021-06-24)

Features

amplify-category-function 2.32.2 (2021-06-24)

Bug Fixes

  • #7569 - make hashing predictable by sorting files first (#7581) (c3d60cd)
  • file path for Pipfile.lock for python layer globbing, add e2e tests (#7577) (e8250af)

amplify-category-notifications 2.19.3 (2021-06-24)

Bug Fixes

  • added required parameters in Email notifications channel (#7552) (e3e51f5)

amplify-cli 5.0.2 (2021-06-24)

Bug Fixes

  • cli: make sure to await returned promise from async functions (#7379) (af2a52a)

amplify-cli-core 1.23.1 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224

amplify-e2e-core 1.21.0 (2021-06-24)

Bug Fixes

  • support adding REST API paths in 'add api' (#7229) (fa9404a)

Features

amplify-e2e-tests 2.43.0 (2021-06-24)

Bug Fixes

  • e2e test for import auth headless (#7593) (814e2c4)
  • file path for Pipfile.lock for python layer globbing, add e2e tests (#7577) (e8250af)
  • includes getAtt to maintain dependency in root stack (#7392) (d24b44a)
  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224
  • support adding REST API paths in 'add api' (#7229) (fa9404a)

Features

amplify-graphql-function-transformer 0.3.3 (2021-06-24)

Bug Fixes

amplify-graphql-http-transformer 0.3.3 (2021-06-24)

Bug Fixes

amplify-graphql-model-transformer 0.4.2 (2021-06-24)

Bug Fixes

amplify-graphql-searchable-transformer 0.2.2 (2021-06-24)

Bug Fixes

  • remove extra $ output of model transformer v2 (#7415) (a8680a2)
  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224

amplify-graphql-transformer-core 0.6.2 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224

amplify-graphql-transformer-interfaces 1.6.1 (2021-06-24)

Bug Fixes

amplify-headless-interface 1.7.0 (2021-06-24)

Features

amplify-provider-awscloudformation 4.53.0 (2021-06-24)

Bug Fixes

  • includes getAtt to maintain dependency in root stack (#7392) (d24b44a)
  • Move credential validation to the top function call (#7401) (97ed227)
  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224

Features

amplify-util-headless-input 1.5.0 (2021-06-24)

Features

amplify-util-mock 3.33.2 (2021-06-24)

Bug Fixes

  • let mock startup with gql transformer v2 (#7433) (f994ec2)
  • support AWS::URLSuffix CFN pseudo-param in mock (#7416) (ef5a507)
  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224

graphql-auth-transformer 6.24.12 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224
  • validates optional non nullable fields to be not null (#7170) (1ca842c)

graphql-connection-transformer 4.21.12 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224

graphql-dynamodb-transformer 6.22.12 (2021-06-24)

Bug Fixes

  • correct 'tranformer' typo (#7408) (9420f1b)
  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224
  • validates optional non nullable fields to be not null (#7170) (1ca842c)

graphql-elasticsearch-transformer 4.11.12 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224

graphql-key-transformer 2.23.12 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224
  • validates optional non nullable fields to be not null (#7170) (1ca842c)

graphql-transformers-e2e-tests 6.24.2 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224
  • validates optional non nullable fields to be not null (#7170) (1ca842c)

graphql-versioned-transformer 4.17.12 (2021-06-24)

Bug Fixes

  • graphql-transformer-common: improve generated graphql pluralization (#7258) (fc3ad0d), closes #4224
amplify-cli - 5.0.1

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-category-function 2.32.1 (2021-06-19)

Bug Fixes

amplify-cli 5.0.1 (2021-06-19)

Bug Fixes

  • catch no updates CFN error and fix CFN poller hang (#7548) (312eec3)

amplify-provider-awscloudformation 4.52.1 (2021-06-19)

Bug Fixes

  • catch no updates CFN error and fix CFN poller hang (#7548) (312eec3)
  • ensure REST API CFN outputs the API ID (#7538) (c3f4128)
amplify-cli - 5.0.0

Published by aws-amplify-ops over 3 years ago

Amplify CLI version 5.0.0 includes two major changes:

  1. IAM Permissions Boundary feature
  2. Updated Lambda layer behavior

IAM Permissions Boundary

AWS Amplify CLI now supports IAM permission boundaries to limit Amplify-generated IAM roles. The AWS Amplify CLI is a command line toolchain that helps frontend developers create app backends in the cloud that include IAM roles controlling access to AWS resources. With IAM permissions boundaries, Amplify-generated IAM roles can perform only the actions that are allowed by both the roles’ policies and permissions boundary.

With today’s launch, IT admins can ensure that their developers and Amplify backends have access only to the services that they need. In addition, organizations that require every IAM role to have a permissions boundary assigned can now adopt AWS Amplify CLI. Learn more about how to setup IAM permissions boundaries for Amplify-generated IAM roles in the Amplify documentation.

Updated Lambda layer behavior

Amplify has updated the way Lambda layer versions are managed with Amplify CLI version 5.0.0. Amplify CLI enables you to configure Lambda layers to pull common code & assets for your Lambda functions into a centralized location.

In order to take advantage of the newest features and bug fixes, a one-way migration is required for layers created with an older Amplify CLI version. All developers working on a common Amplify project and any CI/CD pipelines should upgrade to the latest version of Amplify CLI.

How to initiate layer migration

Any update to an existing Lambda layer triggers a migration for that layer upon amplify push. Once the layers are migrated, the layers CANNOT be used with Amplify CLI below version 5.0.0.

Changes to layer behavior

Starting with the Amplify CLI version 5.0.0 and above, the following changes are coming to Lambda layers:

  • Ability to pin a function to always use the latest layer version of a Lambda layer
  • Layers auto-installs and packages dependencies listed within package.json or Pipfile
  • Ability to customize layer version descriptions
  • Ability to delete individual Lambda layer versions
  • Bug fix: Layer version updates are now managed globally, preventing multiple team members from creating conflicting layer versions
amplify-cli - 4.52.0

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-appsync-simulator 1.27.0 (2021-06-02)

Features

amplify-category-auth 2.33.0 (2021-06-02)

Features

amplify-category-predictions 2.9.0 (2021-06-02)

Features

amplify-cli 4.52.0 (2021-06-02)

Features

amplify-console-hosting 1.9.0 (2021-06-02)

Features

amplify-console-integration-tests 1.7.0 (2021-06-02)

Features

amplify-dynamodb-simulator 1.19.0 (2021-06-02)

Features

amplify-e2e-tests 2.41.0 (2021-06-02)

Features

amplify-migration-tests 2.22.0 (2021-06-02)

Features

amplify-provider-awscloudformation 4.51.0 (2021-06-02)

Features

amplify-storage-simulator 1.6.0 (2021-06-02)

Features

amplify-util-import 1.5.0 (2021-06-02)

Features

amplify-util-mock 3.32.0 (2021-06-02)

Features

graphql-relational-schema-transformer 2.18.0 (2021-06-02)

Features

graphql-transformers-e2e-tests 6.24.0 (2021-06-02)

Features

amplify-cli - 4.51.4

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-util-mock 3.31.4 (2021-05-29)

Bug Fixes

  • graphql-model-transformer: use modelobject key for mutation resolver creation (#7419) (37bc551), closes #i7417

graphql-auth-transformer 6.24.10 (2021-05-29)

Bug Fixes

  • graphql-model-transformer: use modelobject key for mutation resolver creation (#7419) (37bc551), closes #i7417

graphql-dynamodb-transformer 6.22.10 (2021-05-29)

Bug Fixes

  • graphql-model-transformer: use modelobject key for mutation resolver creation (#7419) (37bc551), closes #i7417

graphql-key-transformer 2.23.10 (2021-05-29)

Bug Fixes

  • graphql-model-transformer: use modelobject key for mutation resolver creation (#7419) (37bc551), closes #i7417

graphql-transformers-e2e-tests 6.23.10 (2021-05-29)

Bug Fixes

  • graphql-model-transformer: use modelobject key for mutation resolver creation (#7419) (37bc551), closes #i7417
amplify-cli - 4.51.3

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-category-auth 2.32.1 (2021-05-26)

Bug Fixes

amplify-cli - 4.51.2

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-category-auth 2.32.0 (2021-05-21)

Bug Fixes

  • updated ejs template for empty object triggers (#7351) (572ddbd)

Features

amplify-category-function 2.31.9 (2021-05-21)

Bug Fixes

amplify-e2e-core 1.19.2 (2021-05-21)

Bug Fixes

  • updated ejs template for empty object triggers (#7351) (572ddbd)

amplify-migration-tests 2.21.9 (2021-05-21)

Bug Fixes

  • updated ejs template for empty object triggers (#7351) (572ddbd)

amplify-provider-awscloudformation 4.50.0 (2021-05-21)

Features

amplify-cli - 4.51.1

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-category-api 2.31.8 (2021-05-18)

Bug Fixes

  • make ECR repository name validation more strict (#7337) (188efdd)

amplify-e2e-core 1.19.1 (2021-05-18)

Bug Fixes

amplify-frontend-javascript 2.22.1 (2021-05-18)

Bug Fixes

  • respect headless frontend JS config input (#7328) (4cc2b2c)

amplify-graphql-model-transformer 0.4.0 (2021-05-18)

Features

amplify-graphql-searchable-transformer 0.2.0 (2021-05-18)

Features

amplify-graphql-transformer-core 0.6.0 (2021-05-18)

Features

amplify-graphql-transformer-interfaces 1.6.0 (2021-05-18)

Features

amplify-provider-awscloudformation 4.49.0 (2021-05-18)

Features

graphql-auth-transformer 6.24.8 (2021-05-18)

Bug Fixes

  • graphql-dynamodb-transformer: make primary key non null on del (#6337) (4a5c679), closes #2564

graphql-connection-transformer 4.21.8 (2021-05-18)

Bug Fixes

  • graphql-dynamodb-transformer: make primary key non null on del (#6337) (4a5c679), closes #2564

graphql-dynamodb-transformer 6.22.8 (2021-05-18)

Bug Fixes

  • graphql-dynamodb-transformer: make primary key non null on del (#6337) (4a5c679), closes #2564

graphql-elasticsearch-transformer 4.11.8 (2021-05-18)

Bug Fixes

  • graphql-dynamodb-transformer: make primary key non null on del (#6337) (4a5c679), closes #2564
amplify-cli - 4.51.0

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-app 2.24.0 (2021-05-14)

Features

amplify-category-api 2.31.7 (2021-05-14)

Bug Fixes

  • carry existing container secret config over (#7224) (b2f3bf7)
  • conditionally rebuild container apis on push (#7175) (a27a033)
  • update overlapping REST path warning (#7276) (3fc7534)

amplify-category-auth 2.31.0 (2021-05-14)

Bug Fixes

Features

amplify-category-function 2.31.7 (2021-05-14)

Bug Fixes

amplify-cli 4.51.0 (2021-05-14)

Bug Fixes

Features

  • defer root stack creation to first amplify push (#7174) (d28dd1c)
  • prep work for SMS Sandbox support (#7302) (d1f85d2)
  • amplify-frontend-ios: amplify-xcode integration (#6867) (338cea2)

Reverts

  • Revert "feat: defer root stack creation to first amplify push (#7174)" (#7306) (78854eb), closes #7174 #7306

amplify-cli-core 1.22.0 (2021-05-14)

Bug Fixes

Features

Reverts

  • Revert "feat: defer root stack creation to first amplify push (#7174)" (#7306) (78854eb), closes #7174 #7306

amplify-console-integration-tests 1.6.0 (2021-05-14)

Features

amplify-e2e-core 1.19.0 (2021-05-14)

Features

Reverts

  • Revert "feat: defer root stack creation to first amplify push (#7174)" (#7306) (78854eb), closes #7174 #7306

amplify-e2e-tests 2.40.0 (2021-05-14)

Features

Reverts

  • Revert "feat: defer root stack creation to first amplify push (#7174)" (#7306) (78854eb), closes #7174 #7306

amplify-frontend-ios 2.20.0 (2021-05-14)

Bug Fixes

Features

  • amplify-frontend-ios: amplify-xcode integration (#6867) (338cea2)

amplify-frontend-javascript 2.22.0 (2021-05-14)

Features

amplify-go-function-runtime-provider 1.8.0 (2021-05-14)

Features

amplify-headless-interface 1.6.0 (2021-05-14)

Features

amplify-java-function-runtime-provider 1.8.0 (2021-05-14)

Features

amplify-provider-awscloudformation 4.48.0 (2021-05-14)

Bug Fixes

  • handle legacy string permissions (#7305) (a6b6ad7)
  • amplify-provider-awscloudformation: add logger to iterative deploys (#7278) (4671717)
  • conditionally rebuild container apis on push (#7175) (a27a033)
  • e2e failed tests for auth Triggers PR (#7262) (fedb6c4)
  • show error message when project initalization fail (98682ac)

Features

Reverts

  • Revert "feat: defer root stack creation to first amplify push (#7174)" (#7306) (78854eb), closes #7174 #7306

amplify-python-function-runtime-provider 1.8.0 (2021-05-14)

Bug Fixes

Features

amplify-util-mock 3.31.0 (2021-05-14)

Features

graphql-auth-transformer 6.24.7 (2021-05-14)

Bug Fixes

amplify-cli - 4.50.2

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-category-auth 2.30.6 (2021-05-03)

Bug Fixes

  • render the right auth mode for admin queries in config files (#7118) (8f8deba), closes #6983

amplify-cli-core 1.21.2 (2021-05-03)

Bug Fixes

amplify-e2e-core 1.18.2 (2021-05-03)

Bug Fixes

  • ensure policy resource name when pushing REST APIs (#7192) (fc77006)

amplify-e2e-tests 2.39.2 (2021-05-03)

Bug Fixes

  • ensure policy resource name when pushing REST APIs (#7192) (fc77006)

amplify-frontend-android 2.15.3 (2021-05-03)

Bug Fixes

  • render the right auth mode for admin queries in config files (#7118) (8f8deba), closes #6983

amplify-frontend-flutter 0.4.3 (2021-05-03)

Bug Fixes

  • render the right auth mode for admin queries in config files (#7118) (8f8deba), closes #6983

amplify-frontend-ios 2.19.6 (2021-05-03)

Bug Fixes

  • render the right auth mode for admin queries in config files (#7118) (8f8deba), closes #6983

amplify-graphiql-explorer 1.6.0 (2021-05-03)

Features

amplify-graphql-function-transformer 0.3.0 (2021-05-03)

Features

amplify-graphql-http-transformer 0.3.0 (2021-05-03)

Features

amplify-graphql-transformer-core 0.5.0 (2021-05-03)

Features

amplify-graphql-transformer-interfaces 1.5.0 (2021-05-03)

Features

amplify-provider-awscloudformation 4.47.0 (2021-05-03)

Bug Fixes

  • ensure policy resource name when pushing REST APIs (#7192) (fc77006)
  • skip credential validation when config has credential_process (#7194) (8f36c94)

Features

graphql-key-transformer 2.23.6 (2021-05-03)

Bug Fixes

amplify-cli - 4.50.0

Published by aws-amplify-ops over 3 years ago

Change Log

This release introduces S3 Server-Side-Encryption by default for all S3 buckets created by the CLI. This has no impact on putting and getting objects from the buckets so there is no impact to existing applications. It does require the s3:PutEncryptionConfiguration permission on the IAM Role / User used to deploy with the CLI.

amplify-category-api 2.31.4 (2021-04-27)

Bug Fixes

amplify-category-function 2.31.4 (2021-04-27)

Bug Fixes

amplify-category-storage 2.11.4 (2021-04-27)

Bug Fixes

amplify-cli 4.50.0 (2021-04-27)

Features

amplify-cli-core 1.21.0 (2021-04-27)

Bug Fixes

Features

amplify-e2e-core 1.18.0 (2021-04-27)

Bug Fixes

Features

amplify-e2e-tests 2.39.0 (2021-04-27)

Bug Fixes

Features

amplify-frontend-ios 2.19.4 (2021-04-27)

Bug Fixes

  • amplify-frontend-ios: update xcode project on pull (#7152) (9d5cb21)

amplify-frontend-javascript 2.21.4 (2021-04-27)

Bug Fixes

amplify-provider-awscloudformation 4.45.0 (2021-04-27)

Bug Fixes

Features

amplify-util-mock 3.30.4 (2021-04-27)

Bug Fixes

amplify-cli - 4.49.0

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-cli 4.49.0 (2021-04-19)

Bug Fixes

  • cli: adds dart config to git ignore; rebased branch (808edd9)
  • removed sts call (#7092) (550a135)

Features

  • cli: validate iterative rollback input (9cd69c9)

amplify-e2e-core 1.17.3 (2021-04-19)

Bug Fixes

  • fix iterative delete for all objects and delete directory (#7093) (189a826)
  • render spinner in stateChange update e2e to wait on spinner text (#7116) (a46f2a3)

amplify-e2e-tests 2.38.3 (2021-04-19)

Bug Fixes

  • fix iterative delete for all objects and delete directory (#7093) (189a826)
  • render spinner in stateChange update e2e to wait on spinner text (#7116) (a46f2a3)

amplify-provider-awscloudformation 4.44.0 (2021-04-19)

Bug Fixes

  • amplify configure project not updating access keys correctly (0f064ac)
  • configure project not updating access keys if profiles present (116fb30)
  • fix iterative delete for all objects and delete directory (#7093) (189a826)
  • render spinner in stateChange update e2e to wait on spinner text (#7116) (a46f2a3)

Features

  • amplify-provider-awscloudformation: add iterativeRollback (c4e0593)
amplify-cli - 4.48.0

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-appsync-simulator 1.26.2 (2021-04-14)

Bug Fixes

  • amplify-appsync-simulator: parse AWSTimestamp literals as Ints (#6979) (08750a6)

amplify-category-function 2.31.2 (2021-04-14)

Bug Fixes

amplify-category-storage 2.11.2 (2021-04-14)

Bug Fixes

  • adding resourceName to lambda trigger policy (#6980) (7d26e29)

amplify-cli 4.48.0 (2021-04-14)

Bug Fixes

Features

amplify-cli-core 1.20.0 (2021-04-14)

Features

amplify-e2e-core 1.17.2 (2021-04-14)

Bug Fixes

  • amplify-e2e-core: update source of truth for supported regions (#6988) (bb8f8e6)

amplify-frontend-javascript 2.21.2 (2021-04-14)

Bug Fixes

amplify-provider-awscloudformation 4.43.0 (2021-04-14)

Bug Fixes

  • amplify-e2e-core: update source of truth for supported regions (#6988) (bb8f8e6)
  • amplify-provider-awscloudformation: fix tests failing due to system-config-manager.js (#7053) (07525b3)
  • amplify-provider-awscloudformation: throw helpful error if profile is missing keys (#7017) (ebdaa59)

Features

graphql-key-transformer 2.23.2 (2021-04-14)

Bug Fixes

  • graphql-key-transformer: optional id field if id not primary key (#7005) (2c972a9)
amplify-cli - 4.47.1

Published by aws-amplify-ops over 3 years ago

Change Log

amplify-app 2.23.0 (2021-04-09)

Bug Fixes

Features

amplify-appsync-simulator 1.26.1 (2021-04-09)

Bug Fixes

  • amplify-appsync-simulator: expose other than GraphQLError (#6625) (b72a29c)
  • amplify-appsync-simulator: map info to Java objects (#6915) (434c2aa)
  • cli: use more inclusive language (#6919) (bb70464)

amplify-category-api 2.31.1 (2021-04-09)

Bug Fixes

amplify-category-auth 2.30.1 (2021-04-09)

Bug Fixes

  • amplify-category-auth: add lambda with AdminQueries API permissions (#6935) (756b0f7), closes #6576
  • cli: use more inclusive language (#6919) (bb70464)

amplify-category-function 2.31.1 (2021-04-09)

Bug Fixes

amplify-cli 4.47.1 (2021-04-09)

Bug Fixes

  • update delete prompt text color to red (#6881) (0546850)
  • amplify-cli: add a warning on entering invalid subcommand for amplify env (#6925) (2dfd2ac)

amplify-cli-core 1.19.1 (2021-04-09)

Bug Fixes

amplify-e2e-core 1.17.1 (2021-04-09)

Bug Fixes

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745

amplify-e2e-tests 2.38.1 (2021-04-09)

Bug Fixes

  • amplify-category-auth: add lambda with AdminQueries API permissions (#6935) (756b0f7), closes #6576
  • cli: use more inclusive language (#6919) (bb70464)

amplify-frontend-android 2.15.1 (2021-04-09)

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745

amplify-frontend-flutter 0.4.1 (2021-04-09)

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745

amplify-frontend-ios 2.19.1 (2021-04-09)

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745

amplify-frontend-javascript 2.21.1 (2021-04-09)

Bug Fixes

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745

amplify-go-function-runtime-provider 1.7.1 (2021-04-09)

Bug Fixes

  • amplify-go-function-runtime-provider: update deadline logic (#6929) (d67af76)

amplify-graphql-types-generator 2.8.1 (2021-04-09)

Bug Fixes

amplify-migration-tests 2.21.1 (2021-04-09)

Bug Fixes

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745

amplify-provider-awscloudformation 4.42.0 (2021-04-09)

Bug Fixes

  • amplify-provider-awscloudformation: add slow down on index check (#7012) (f70855c)
  • amplify-provider-awscloudformation: fix http path for s3 url (#6981) (24457ed)
  • amplify-provider-awscloudformation: fix state dir creation when there are no template state changes (#7010) (f5cbdcb)
  • amplify-provider-awscloudformation: fix test (#6955) (27030ea)
  • amplify-provider-awscloudformation: overriding credentials for env (#6941) (d647827), closes #4952

Features

  • amplify-provider-awscloudformation: add CFN logging (#6161) (f51b6af), closes #6119

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745

amplify-util-mock 3.30.1 (2021-04-09)

Bug Fixes

  • amplify-util-mock: mock appsync key when server is running (#6923) (1ee817c)

graphql-relational-schema-transformer 2.17.1 (2021-04-09)

Bug Fixes

  • graphql-relational-schema-transformer: escape String primary key (#6673) (de240bd)
amplify-cli - 4.46.1

Published by edwardfoyle over 3 years ago

Change Log

amplify-category-auth 2.29.3 (2021-03-23)

Bug Fixes

  • exclude env add from check (a7e0351)

amplify-cli 4.46.1 (2021-03-23)

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745

amplify-e2e-tests 2.37.1 (2021-03-23)

Reverts

  • Revert "Init and Configure DX changes (#6745)" (9078b69), closes #6745
amplify-cli - 4.46.0

Published by edwardfoyle over 3 years ago

Change Log

amplify-appsync-simulator 1.25.5 (2021-03-23)

Bug Fixes

  • amplify-appsync-simulator: graphql info selectionset (#5602) (b73f438)

amplify-category-api 2.30.0 (2021-03-23)

Bug Fixes

Features

  • allows adding graphql datasource with an empty graphql schema file (#4464) (2b71a2d)

amplify-category-auth 2.29.2 (2021-03-23)

Bug Fixes

amplify-category-predictions 2.7.6 (2021-03-23)

Bug Fixes

  • use non-duplicate names for lambda execution role (#5814) (33d6c35)

amplify-category-storage 2.10.17 (2021-03-23)

Bug Fixes

  • use non-duplicate names for lambda execution role (#5814) (33d6c35)

amplify-cli 4.46.0 (2021-03-23)

Bug Fixes

Features

amplify-container-hosting 1.2.6 (2021-03-23)

Bug Fixes

amplify-e2e-core 1.16.2 (2021-03-23)

Bug Fixes

amplify-e2e-tests 2.37.0 (2021-03-23)

Bug Fixes

Features

  • amplify-e2e-tests: removed json stringify (#6920) (3f3bc24)

amplify-provider-awscloudformation 4.40.3 (2021-03-23)

Bug Fixes

  • detect changes in dockerfile (#6495) (2333dec), closes #6359
  • do not attempt to modify a file when reading it (#5783) (2cfa2b5)
  • amplify-provider-awscloudformation: Fix amplify configure opening wrong IAM User Creation URL in Windows & WSL (#6908) (a5ad84d)
  • amplify-provider-awscloudformation: reverse asc events (#6803) (ae02803), closes #6578
  • stop sanity check when resource is in create status (#6349) (45e0246)

amplify-python-function-runtime-provider 1.6.5 (2021-03-23)

Bug Fixes

  • set sys.modules when loading python handler (#6788) (009e304)

amplify-python-function-template-provider 1.3.7 (2021-03-23)

Bug Fixes

graphql-key-transformer 2.22.3 (2021-03-23)

Bug Fixes

  • graphql-key-transformer: check if lastSync == 0 (#6859) (f3b1d1d)

graphql-transformer-core 6.27.0 (2021-03-23)

Bug Fixes

  • stop sanity check when resource is in create status (#6349) (45e0246)

Features

  • allows adding graphql datasource with an empty graphql schema file (#4464) (2b71a2d)
amplify-cli - 4.45.2

Published by edwardfoyle over 3 years ago

Change Log

amplify-cli 4.45.2 (2021-03-12)

Bug Fixes

amplify-provider-awscloudformation 4.40.2 (2021-03-12)

Bug Fixes

amplify-util-mock 3.29.2 (2021-03-12)

Bug Fixes

amplify-cli - 4.45.1

Published by edwardfoyle over 3 years ago

Change Log

amplify-category-api 2.29.5 (2021-03-11)

Reverts

  • Revert "docs: add readme to vtl resolvers directory (#6718)" (#6845) (1b67327), closes #6718 #6845

amplify-cli-core 1.18.1 (2021-03-11)

Bug Fixes

amplify-provider-awscloudformation 4.40.1 (2021-03-11)

Bug Fixes

  • amplify-provider-awscloudformation: handle throttling (8ceb271)

graphql-key-transformer 2.22.2 (2021-03-11)

Bug Fixes

  • gql compiler fix for user defined mutation (#6059) (063d84f)
amplify-cli - 4.45.0

Published by edwardfoyle over 3 years ago

Change Log

amplify-appsync-simulator 1.25.4 (2021-03-05)

Bug Fixes

  • amplify-appsync-simulator: bail out early on exceptions (#6663) (59d66fe)
  • amplify-appsync-simulator: remove graphql-scalars dependency (#6680) (f12c994)

amplify-category-api 2.29.4 (2021-03-05)

Bug Fixes

  • wording: Enable, instead of Configure, conflict detection (#6708) (dac6ae9)

amplify-category-auth 2.29.0 (2021-03-05)

Features

  • remove OAuth prompt from pull and new env (#6739) (8ff15a6)

amplify-category-interactions 2.6.2 (2021-03-05)

Bug Fixes

amplify-category-notifications 2.18.1 (2021-03-05)

Bug Fixes

amplify-category-storage 2.10.15 (2021-03-05)

Bug Fixes

amplify-cli 4.45.0 (2021-03-05)

Bug Fixes

Features

amplify-cli-core 1.18.0 (2021-03-05)

Features

  • FF-codegen: add feature flags for new codegen features (#6732) (d00a8e9)

amplify-console-integration-tests 1.4.0 (2021-03-05)

Features

  • remove OAuth prompt from pull and new env (#6739) (8ff15a6)

amplify-dynamodb-simulator 1.17.12 (2021-03-05)

Bug Fixes

  • amplify-dynamodb-simulator: detect errors logged to stderr (#6769) (72b7c0a)

amplify-e2e-core 1.16.0 (2021-03-05)

Bug Fixes

Features

  • generate datastore models for Admin CMS to consume post-deployment from CLI (#6771) (0e74b65)

amplify-e2e-tests 2.36.0 (2021-03-05)

Bug Fixes

Features

  • generate datastore models for Admin CMS to consume post-deployment from CLI (#6771) (0e74b65)
  • remove OAuth prompt from pull and new env (#6739) (8ff15a6)

amplify-provider-awscloudformation 4.40.0 (2021-03-05)

Bug Fixes

  • amplify-codegen: update dependency on amplify-codegen to latest (#6796) (33f4c15)
  • amplify-provider-awscloudformation: specify 127.0.0.1 as hostname (#6780) (db8b557)
  • add check for undefined attributes during push (#6687) (08da6b2)

Features

  • generate datastore models for Admin CMS to consume post-deployment from CLI (#6771) (0e74b65)
  • remove OAuth prompt from pull and new env (#6739) (8ff15a6)
  • amplify-codegen: Migrate codegen (#6730) (9c7a69a)

amplify-util-mock 3.29.0 (2021-03-05)

Bug Fixes

  • amplify-codegen: update dependency on amplify-codegen to latest (#6796) (33f4c15)

Features

amplify-velocity-template 1.4.4 (2021-03-05)

Bug Fixes

  • amplify-velocity-template: propagate null block return values (#6711) (168e126)
amplify-cli - 4.44.2

Published by edwardfoyle over 3 years ago

Change Log

amplify-cli 4.44.2 (2021-02-26)

Bug Fixes

amplify-e2e-tests 2.35.0 (2021-02-26)

Features

  • graphql-key-transformer: only modify GSI sort key when present (#6742) (7cbd396)

graphql-key-transformer 2.22.0 (2021-02-26)

Features

  • graphql-key-transformer: only modify GSI sort key when present (#6742) (7cbd396)

graphql-transformer-common 4.19.0 (2021-02-26)

Features

  • graphql-key-transformer: only modify GSI sort key when present (#6742) (7cbd396)
Package Rankings
Top 1.1% on Npmjs.org
Top 4.06% on Proxy.golang.org
Top 22.64% on Repo1.maven.org
Badges
Extracted from project README
Open Bugs Feature Requests Closed Issues
Related Projects