Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta 0.5 Progress #19

Merged
merged 10 commits into from
Jan 7, 2015
Merged

Beta 0.5 Progress #19

merged 10 commits into from
Jan 7, 2015

Conversation

slvnperron
Copy link
Contributor

  • Using the builtin Lambda RequestID instead of generating our own
  • Renamed sqsHelper to SQSHelper for consistency
  • Implemented uploading modules with dependencies

var configsAsStr = JSON.stringify(configs),
identifier = [MODULE_HASH_PREFIX, modulePath, handlerName, deps, configsAsStr].join('_');

return md5(identifier); // TODO : add config in hash?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems like the todo is done

@EFF
Copy link
Contributor

EFF commented Jan 7, 2015

Great job man !

exports.create = function (func, config) {
return _lambdaHelper.getCloudedFunction(func, config);
exports.create = function () {
if(typeof(arguments[0]) === 'function') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if my function uses deps ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it can't use deps if the function is inlined atm

slvnperron pushed a commit that referenced this pull request Jan 7, 2015
@slvnperron slvnperron merged commit 7dea7cb into master Jan 7, 2015
@slvnperron slvnperron deleted the sp_beta05 branch January 7, 2015 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants