valheim-ecs-fargate-cdk
serverless
Our great sponsors
valheim-ecs-fargate-cdk | serverless | |
---|---|---|
1 | 16 | |
63 | 1,660 | |
- | - | |
0.3 | 3.7 | |
about 1 year ago | 28 days ago | |
TypeScript | TypeScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
valheim-ecs-fargate-cdk
-
PSA: Avoid Shockbyte for renting game servers!
If you are considering running on aws directly.. I would seriously look at running one of the valheim docker images( https://github.com/rileydakota/valheim-ecs-fargate-cdk ) that runs on aws ecs/fargate service.. That is my next project is to set it all up on ecs and transfer the world that I already have that is running on an ec2 instance..
serverless
-
Learning Lambda
Here is a read of common lambda design pattern https://github.com/cdk-patterns/serverless/blob/main/the-lambda-trilogy/README.md
- Makefile to manage containers ?
-
What Are AWS CDK Constructs, Stacks and How To Use Them
A simple web service using API Gateway, Lambda and DynamoDB
Level 3 constructs are opinionated units of reusable code which often deliver a service. Open source level 3 constructs are available from AWS Solutions Constructs - an extension to the CDK, CDK Patterns - a library of well-architected patterns, Construct Hub - a library of open-source constructs and some even come out of the box with the CDK - these are appended with 'patterns' to make them identifiable. Two examples are shown below:
- Advice for Lambda backend
-
The Evolution of AWS from a Cloud-Native Development Perspective: Serverless, Event-Driven, Developer-Friendly, Sustainable
Freshly at the helm of AWS, Adam Selipsky held his first re:Invent Keynote. Selipsky’s primary message: AWS is shifting from merely offering infrastructure primitives to embracing the idea of being a so-called platform of platforms. Therefore, AWS’s offerings will increasingly become an interesting piece of organizational value chains. While Amazon CTO Werner Vogels took the stage after an introduction referencing Fear and Loathing in Las Vegas, his keynote wasn’t as spectacular. Dr. Vogels took the time to make a case for Well-Architected applications, which we interpret as a good signal for builders. Other highlights were the release of Construct Hub and the CDK Patterns library.
-
CDK Lessons Learned
The high level (level 3) constructs as well as open source versions (like CDK patterns and Construct Hub) accelerate your application development by providing patterns that ensure your architecture is scalable, cost effective and secure.
-
Can folks share best resources to learn CDK IaC for TypeScript?
https://cdkpatterns.com/ has a lot of examples to check out.
-
Creating resilient API synthetic canary tests using CloudWatch Synthetics
In this case, I would recommend looking into EventBridge and the capability of invoking a target, for example, an AWS Lambda function, on a fixed schedule. Here is an excellent resource on how to implement this infrastructure.
-
Serverless Framework vs SAM vs AWS CDK
CDK Patterns
What are some alternatives?
lift - Expanding Serverless Framework beyond functions using the AWS CDK
terraform-aws-next-js - Terraform module for building and deploying Next.js apps to AWS. Supports SSR (Lambda), Static (S3) and API (Lambda) pages.
valheim-server-docker - Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
aws-sam-typescript-layers-example - Example project for developing AWS Lambda functions on TypeScript with all goodies: local development, tests, debugging, shared layers (3rd party and your own), and deploy.
sst-start-demo - A simple SST app to demo the new `sst start` command
valheim-server - A simple wrapper for the valheim_server executable to make controlling the configuration easier
cdk-eventbridge-socket - CDK construct that creates a WebSocket endpoint for you for any EventBridge rule you are interested in. (Built for debugging + testing )
cdk-koa-ts-elasticbeanstalk-api - A Koa API, built with TypeScript, shipped with Docker, deployed with CDK, running on AWS ElasticBeanstalk
aws-multi-account-viewer - Serverless app designed for any customer with two or more accounts to view resources across accounts/regions in simple single pane of glass website
aws-toolkit-azure-devops - AWS Toolkit for Azure DevOps
sns-sqs-big-payload - Amazon SNS/SQS client library that enables sending and receiving messages with payload larger than 256KiB via Amazon S3.
graphql-api-cdk-serverless-postgres - A basic example of AppSync + Lambda resolvers with AWS Aurora Serverless and Prisma