AWSsam
を使用してラムダ関数をパッケージ化およびデプロイしています。sam
しかし、ubuntu Linux ではコマンドがうまく動作しないことがわかりました。
以下は、sam package
からのコマンドの出力ですubuntu-16.04
。コマンド引数エラーのように見えますが、Mac でも同じコマンドを実行できます。このコマンドの何が問題なのかわかりません。
$ sam package --template-file sam.yaml --s3-bucket mybucket --output-template-file packaged.yaml
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:
aws help
aws <command> help
aws <command> <subcommand> help
aws: error: argument operation: Invalid choice, valid choices are:
...
$ sam --version
SAM CLI, version 0.16.0