SkillAgentSearch skills...

LambdaBaku

Using AWS Lambda to automate routine tasks of CodeTengu

Install / Use

/learn @CodeTengu/LambdaBaku
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LambdaBaku

Using AWS Lambda to automate routine tasks of CodeTengu.

See CodeTengu/headquarters#62.

Usage

# install apex to manage AWS Lambda functions
$ curl https://raw.githubusercontent.com/apex/apex/master/install.sh | sh

$ apex deploy
$ apex invoke sync_published_issues --logs
$ apex invoke get_issues --logs
$ apex invoke check_post_urls --logs
$ echo -n '{"issue_number": 42}' | apex invoke sync_issue --logs
$ echo -n '{"issue_number": 42}' | apex invoke get_issue_detail --logs
$ echo -n '{"issue_number": 42}' | apex invoke share_issue_on_twitter --logs

References:

  • https://github.com/apex/apex
  • http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html
  • http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html

HTTP API

You must add to each request a custom header named x-api-key. It's now in private beta, you may need to contact us for requesting an API key.

  • https://lfsfm1czqg.execute-api.ap-northeast-1.amazonaws.com/v1/issues
  • https://lfsfm1czqg.execute-api.ap-northeast-1.amazonaws.com/v1/issues/1

References:

  • http://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-api-keys.html

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated19d ago
Forks0

Languages

JavaScript

Security Score

95/100

Audited on Mar 12, 2026

No findings