Skip to content

replace the in-code timeout param with the AWS Lambda timeout config #25

@santolucito

Description

@santolucito

sygusOutput = execSync(cvc4Command, { timeout: timeoutLength * (1000), detached: true, killSignal: 'SIGKILL' }).toString();

the timeout in AWS is much easier to reconfigure than needing to upload a new lambda everytime.

Need to check what happens when a lambda timeouts in

var result = await lambda.invoke(params).promise();

does it thrown an exception, or do we need to more carefully handle whatever value we get back when a Lambda times out

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions