it("should not return an error", done => {
                upsertLambdaByNameStep(conan, context, (error) => {
                    should.not.exist(error);
                    done();
                });