Skip to content

Commit

Permalink
fix(config): πŸ› remove required lambdaAtEdge
Browse files Browse the repository at this point in the history
Fixes the required warnings on none edge functions.
  • Loading branch information
david-gettins committed Apr 4, 2021
1 parent f86eb7e commit 7e55671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Expand Up @@ -50,7 +50,6 @@ module.exports = Class.extend({
],
},
},
required: [ 'lambdaAtEdge' ],
});

this.hooks = {
Expand Down

0 comments on commit 7e55671

Please sign in to comment.