View a function package in AWS TNB
Learn how to view the content of a function package.
- Console
-
To view a function package using the console
-
Open the AWS TNB console at https://console.aws.amazon.com/tnb/
. -
In the navigation pane, choose Function packages.
-
Use search box to find the function package
-
- AWS CLI
-
To view a function package using the AWS CLI
-
Use the list-sol-function-packages command to list your function packages.
aws tnb list-sol-function-packages
-
Use the get-sol-function-package command to view details about a function package.
aws tnb get-sol-function-package \ --vnf-pkg-id
^fp-[a-f0-9]{17}$
\ --endpoint-url "https://tnb.us-west-2.amazonaws.com
" \ --regionus-west-2
-
Create
Download a package