All Projects → coyove → iis

coyove / iis

Licence: other
开源微博平台 Open source cloud powered microblog

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to iis

Awesome Aws
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Stars: ✭ 9,895 (+23459.52%)
Mutual labels:  dynamodb, cloudwatch
go-localstack
Go Wrapper for using localstack
Stars: ✭ 56 (+33.33%)
Mutual labels:  dynamodb, cloudwatch
gozeit
GoZeit
Stars: ✭ 19 (-54.76%)
Mutual labels:  dynamodb, cloudwatch
aws-tutorial-code
AWS tutorial code.
Stars: ✭ 114 (+171.43%)
Mutual labels:  dynamodb
notes-yard-frontend
Its an application to create notes and notebooks
Stars: ✭ 34 (-19.05%)
Mutual labels:  dynamodb
aws-lambda-http-check
Lambda function to check http endpoint wrapped in serverless project
Stars: ✭ 30 (-28.57%)
Mutual labels:  cloudwatch
hyper-kube-config
H Y P E R K U B E - A Serverless API and kubectl plugin providing a storage and retrieval Kubernetes cluster credentials. Hyperkube leverages AWS Secrets Manager for storing credential information.
Stars: ✭ 27 (-35.71%)
Mutual labels:  dynamodb
dynamodb-simple
Type-safe Haskell framework for AWS DynamoDB
Stars: ✭ 16 (-61.9%)
Mutual labels:  dynamodb
super-serverless-sample
Backend serverless que simula o sistema de votação do BBB
Stars: ✭ 30 (-28.57%)
Mutual labels:  dynamodb
serverless-todo-demo
Serverless todo web app demo
Stars: ✭ 64 (+52.38%)
Mutual labels:  dynamodb
monitoring-jump-start
Monitor AWS resources with ease
Stars: ✭ 67 (+59.52%)
Mutual labels:  cloudwatch
home-energy-monitor
ESP32-based Home Energy Monitor
Stars: ✭ 152 (+261.9%)
Mutual labels:  dynamodb
dynamodb-paginator
Paginate DynamoDB results easily
Stars: ✭ 18 (-57.14%)
Mutual labels:  dynamodb
aws-nestjs-starter
Serverless, AWS, NestJS, GraphQL and DynamoDB starter
Stars: ✭ 200 (+376.19%)
Mutual labels:  dynamodb
sensu-plugins-aws
This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
Stars: ✭ 79 (+88.1%)
Mutual labels:  cloudwatch
serverless-dynamodb-ttl
⚡️ Serverless Plugin to set DynamoDB TTL
Stars: ✭ 16 (-61.9%)
Mutual labels:  dynamodb
terraform-aws-ecs-web-app
Terraform module that implements a web app on ECS and supports autoscaling, CI/CD, monitoring, ALB integration, and much more.
Stars: ✭ 175 (+316.67%)
Mutual labels:  cloudwatch
telegram-stepfunctions-bot
Serverless Telegram bot made on 4 AWS Lambda chained by AWS Step Functions. All of this written on Serverless Framework using plugins.
Stars: ✭ 26 (-38.1%)
Mutual labels:  dynamodb
api-lambda-save-dynamodb
Deploy instantly on Serverless Application Repository
Stars: ✭ 55 (+30.95%)
Mutual labels:  dynamodb
twitter
A serverless social network that's under development with some cool stuff, such as Serverless Framework, AppSync, GraphQL, Lambda, DynamoDB, Cognito, Kinesis Firehose, and Algolia ☁️
Stars: ✭ 29 (-30.95%)
Mutual labels:  dynamodb

Debug

启动本地测试服务器 (http://127.0.0.1:5010):

CW=0 go run main.go

SSO登录 (deprecated)

commit: b0e04f85b21f480cd0fb1e5c2ebd084a0f7ad37a

Install nginx-module-image-filter (Debian)

curl -O http://nginx.org/keys/nginx_signing.key
sudo apt-key add nginx_signing.key
apt-key add nginx_signing.key
deb http://nginx.org/packages/debian/ stretch nginx
deb-src http://nginx.org/packages/debian/ stretch nginx
apt-get update
apt-get install -y nginx nginx-module-image-filter
###
load_module modules/ngx_http_image_filter_module.so
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].