{"id":19068445,"url":"https://github.com/bobbylite/bjjbuddyfunction","last_synced_at":"2025-06-16T15:03:29.386Z","repository":{"id":38132028,"uuid":"280347336","full_name":"bobbylite/BjjBuddyFunction","owner":"bobbylite","description":"Bjj Buddy AWS Lambda Function","archived":false,"fork":false,"pushed_at":"2022-12-08T10:58:29.000Z","size":621,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T15:19:14.976Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobbylite.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-17T06:39:33.000Z","updated_at":"2020-07-18T05:39:09.000Z","dependencies_parsed_at":"2023-01-25T02:00:31.067Z","dependency_job_id":null,"html_url":"https://github.com/bobbylite/BjjBuddyFunction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylite%2FBjjBuddyFunction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylite%2FBjjBuddyFunction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylite%2FBjjBuddyFunction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbylite%2FBjjBuddyFunction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbylite","download_url":"https://codeload.github.com/bobbylite/BjjBuddyFunction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122465,"owners_count":19751139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T01:08:09.165Z","updated_at":"2025-02-22T03:29:24.582Z","avatar_url":"https://github.com/bobbylite.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Lambda Empty Function Project\n\nThis starter project consists of:\n* Function.cs - class file containing a class with a single function handler method\n* aws-lambda-tools-defaults.json - default argument settings for use with Visual Studio and command line deployment tools for AWS\n\nYou may also have a test project depending on the options selected.\n\nThe generated function handler is a simple method accepting a string argument that returns the uppercase equivalent of the input string. Replace the body of this method, and parameters, to suit your needs. \n\n## Here are some steps to follow from Visual Studio:\n\nTo deploy your function to AWS Lambda, right click the project in Solution Explorer and select *Publish to AWS Lambda*.\n\nTo view your deployed function open its Function View window by double-clicking the function name shown beneath the AWS Lambda node in the AWS Explorer tree.\n\nTo perform testing against your deployed function use the Test Invoke tab in the opened Function View window.\n\nTo configure event sources for your deployed function, for example to have your function invoked when an object is created in an Amazon S3 bucket, use the Event Sources tab in the opened Function View window.\n\nTo update the runtime configuration of your deployed function use the Configuration tab in the opened Function View window.\n\nTo view execution logs of invocations of your function use the Logs tab in the opened Function View window.\n\n## Here are some steps to follow to get started from the command line:\n\nOnce you have edited your template and code you can deploy your application using the [Amazon.Lambda.Tools Global Tool](https://github.com/aws/aws-extensions-for-dotnet-cli#aws-lambda-amazonlambdatools) from the command line.\n\nInstall Amazon.Lambda.Tools Global Tools if not already installed.\n```\n    dotnet tool install -g Amazon.Lambda.Tools\n```\n\nIf already installed check if new version is available.\n```\n    dotnet tool update -g Amazon.Lambda.Tools\n```\n\nExecute unit tests\n```\n    cd \"BjjBuddy/test/BjjBuddy.Tests\"\n    dotnet test\n```\n\nDeploy function to AWS Lambda\n```\n    cd \"BjjBuddy/src/BjjBuddy\"\n    dotnet lambda deploy-function\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbylite%2Fbjjbuddyfunction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbylite%2Fbjjbuddyfunction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbylite%2Fbjjbuddyfunction/lists"}