Nano Banana Pro
Agent skill for nano-banana-pro
This assumes you are familiar with all the steps to setup a skill in developer.amazon.com and aws.amazon.com.
Sign in to like and favorite skills
This assumes you are familiar with all the steps to setup a skill in developer.amazon.com and aws.amazon.com. If not, start here.
The high level steps are:
Sign In to developer.amazon.com and create a new skill called Travel Browser with invocation name: "travel browser".
From the Build tab:
There will be many AWS components by the time the entire app is finished. To be safe, create all components in the region 'us-east-1' aka N. Virginia.
npm install Node.JS will download and install several packages to the node_modules folder. You can optionally delete the node_modules/aws folder to save space.cd ../..chmod 755 *.sh to make the script executable.The skill can generate a new random pass phrase.
You may create the table in advance, just use a primary key of "id" (string). The ask-sdk will create a new table if needed upon first use of persistent attributes. The table name, and many other settings, are set in the /lambda/custom/constants.js file (or when launching a SAM stack). You can view the Tables Console to create and query the table.