LoginSignup
1
1

More than 5 years have passed since last update.

Serverless v1.1 の変更履歴

Last updated at Posted at 2016-12-29

ドキュメントを見ながらまとめただけのものなので、動作確認等未検証。間違っている箇所等あれば私的もらえると助かります。

個別の機能等は別途利用しながら、色々知見がまとまったら個別に記事にします。

Serverless v1.1

v1.1 のリリースノートはこちら

Rollback Support

任意のタイムスタンプでロールバックできる?

serverless deploy list でS3バゲットから一覧が表示できるらしい。

Log Groups in Cloudformation

以下をserverless.ymlに追加するだけで CloudFormation がロググループを作成してくれるとのこと

現状のLogGroupを作成しない挙動は後々Deprecatedになるよ…とも書かれている。

provider:
  cfLogs: true

Allow Services without functions

関数宣言のないシンプルなserverless.ymlでもデプロイ可能にした?

Clean up S3 Deployment bucket only after successful deployment

S3 バケットのクリーンアップが、デプロイ失敗時に動かなくなった?

Allow Inclusion after Exclusion using ! Globs

package.exclude の指定に ! が使えるようになったっぽい。

Version Pinning for Serverless Services to only deploy with specified versions

serverless フレームワークのバージョンを固定できるようになった。

Invoke local plugin

関数のローカル実行を可能に?

Plugin template

create コマンドで Plugin のテンプレートが作成可能に

Simple Plugins are now installable in subfolder of the service

簡単なプラグインは.serverless_pluginsディレクトリを配置してそこに配置できるようになった。

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