LoginSignup
1
1

More than 5 years have passed since last update.

Fluctをちょっとだけ触ってみたメモ

Posted at

本当にちょっとだけね。

Fluctをアカウント別にデプロイする

まぁ複数アカウント/ IAMユーザーで運用していたらデプロイするアカウントを変えたいこともありますよね。

$ direnv edit .
export AWS_PROFILE=hide-dev

ローカル上でテストする

「fluct server」でローカル上の動作テストが可能になる。

$ fluct server
Server starting on http://127.0.0.1:3000

参考

fluct FAQ:https://github.com/r7kamura/fluct/blob/master/docs/faq.md#how-to-configure-aws-credentials

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1