## invalid project name
=====================================

The project name supplied to `"lambdasync new xyz"` must follow the npm package name conventions. Please try again and follow the naming conventions below:

* The name must be less than or equal to 214 characters.
* The name can't start with a dot or an underscore.
* New packages must not have uppercase letters in the name.
* The name can't contain any non-URL-safe characters.
