Vapor

Vapor: Serverless ElastiCache Support

Recently, AWS announced a new addition to the ElastiCache service, serverless ElastiCache. Serverless ElastiCache radically simplifies the management of your...

Joe Dixon Dec, 21 2023

Vapor: Sub-Minute Scheduled Tasks

To invoke Laravel's internal scheduler, you must call the schedule:run Artisan command once every minute. In a traditional serverful hosting environment, you may achieve this using a utility such as cron.

Joe Dixon Dec, 21 2023

Vapor: RDS Certificate Authority Expiry

AWS has been providing certificates from the rds-ca-2019 Certificate Authority, but these certificates are due to expire in August 2024. If you are running an RDS instance using this Certificate Authority, it must be updated to prevent any interruption in connectivity after this date.

Joe Dixon Sep, 21 2023

Vapor: Multi-level Subdomains

Vapor has always made it straightforward to deploy your application to a custom domain, subdomain, or even wildcard subdomain. However,...

Joe Dixon Jun, 28 2023

Vapor: Native Runtime Deprecations

Today, we’re announcing the deprecation of a number of our native runtimes and wanted to take the opportunity to communicate what this looks like both now and moving forward.

Joe Dixon Jun, 7 2023

Vapor: Farewell to Debug Logs

When Vapor handles incoming HTTP requests or queued jobs, it writes debug information to your CloudWatch logs. This includes logging...

Joe Dixon May, 11 2023

Vapor: Arm Architecture Support

Today we're super pumped to announce Arm powered runtimes on Vapor. Powered by AWS Graviton 2 processors, applications will see up to 20% better performance at a 20% cost reduction.

Joe Dixon Apr, 17 2023

Vapor: Queue Management

Today, we're excited to announce that we're bringing queue management to the Vapor dashboard!

Joe Dixon Apr, 4 2023

Vapor: Application Logs Reloaded

Today, we're excited to announce that by combining the power of CloudWatch with the sleek and intuitive Vapor UI, we're making application logs available directly in the Vapor dashboard.

Joe Dixon Mar, 23 2023

Vapor: Individual Queue Concurrency

Today, we're excited to announce it's now possible to set the maximum concurrency of individual Vapor queues. This new feature will allow you to ensure that not one of your queues can consume all of the available resources.

Joe Dixon Jan, 30 2023

Vapor: Asia Pacific (Jakarta) Region Is Now Available

Starting today, you may also choose the Asia Pacific (Jakarta) region when starting a new project on Vapor. This new region offers low latency for customers seeking to serve end-users in Indonesia.

Nuno Maduro Jan, 19 2023

Laravel Loves PHP 8.2

Last week saw the official release of PHP 8.2, bringing with it features such as read-only classes, DNF types, and...

Joe Dixon Dec, 19 2022
Follow the RSS Feed.