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

Simplify local development and debugging setup #65

Merged
merged 4 commits into from
Nov 29, 2023
Merged

Conversation

brainstorm
Copy link
Member

  • Kill long script names and move them to scripts folder instead of deploy.
  • Start tracing the lambda errors, it's not the Records vs records, remains broken, need to investigate further on another PR.
  • Use/prefer aws cli over (seemingly broken?) awslocal, since:
% aws --endpoint-url=http://localhost:4566/ logs describe-log-groups
{
    "logGroups": [
        {
            "logGroupName": "/aws/lambda/FilemanagerLocalStack-FilemanagerLocalStackIng-e882d066",
            "creationTime": 1701232260381,
            "metricFilterCount": 0,
            "arn": "arn:aws:logs:ap-southeast-2:000000000000:log-group:/aws/lambda/FilemanagerLocalStack-FilemanagerLocalStackIng-e882d066:*",
            "storedBytes": 67626
        }
    ]
}

% awslocal --endpoint-url=http://localhost:4566/ logs describe-log-groups
{
    "logGroups": []
}
(umccr) (base) rvalls@m1 filemanager % awslocal logs describe-log-groups
{
    "logGroups": []
}

@brainstorm brainstorm merged commit ff92c02 into main Nov 29, 2023
1 check passed
@brainstorm brainstorm deleted the sccache-mandatory branch November 29, 2023 05:07
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.

1 participant