**To store a lexicon**
The following ``put-lexicon`` example stores the specified pronunciation lexicon. The ``example.pls`` file specifies a W3C PLS-compliant lexicon. ::
aws polly put-lexicon \
--name w3c \
--content file://example.pls
Contents of ``example.pls`` ::
{
W3C
World Wide Web Consortium
}
This command produces no output.
For more information, see `Using the PutLexicon operation `__ in the *Amazon Polly Developer Guide*.