Amplify注目issue(今後実装されたら嬉しい機能たち)


自分のメモ用。

Add schedule option on function category cli

cronをamplify cliで設定できる
https://github.com/aws-amplify/amplify-cli/issues/1789

TypeScript support for functions

タイトル通り
https://github.com/aws-amplify/amplify-cli/issues/659

関連して:
https://github.com/aws-amplify/amplify-cli/pull/1951
amplify pushにhookしてtsc動かせばいけるよね的な

Provide support of other languages rather than VTL in the fields resolvers

VTLの代わりにNodeとかサポートする
https://github.com/aws-amplify/amplify-cli/issues/569

Auth Enhancements

Auth系はまだない機能が多いので、色々な機能拡張が予定されている

amplify add trigger

任意のソース(S3, cognito, DynamoDB等)にtriggerを追加できるコマンド。
https://github.com/aws-amplify/amplify-cli/issues/1609

SSR support

Next.jsのSSRをサポートする
https://github.com/aws-amplify/amplify-js/issues/1613