jarpy / lambkin

CLI tool for generating and managing simple functions in AWS Lambda
Apache License 2.0
74 stars 12 forks source link

Additional Metadata #2

Closed Benoss closed 7 years ago

Benoss commented 8 years ago

Is there a way to add new metadata to the metadata.json? For example set the timeout or the role

jarpy commented 8 years ago

Not yet I'm afraid. I agree that persisting more settings in the metadata file would be good.

It's pretty easy to do. Here's how it's done for the description.

jarpy commented 7 years ago

Hi @Benoss,

timeout and role are now persisted in the on-disk metadata. These were excellent suggestions, thank you!

The change is available in version 0.1.9.

Thanks again. :beers:

Benoss commented 7 years ago

Thanks a lot this is awesome